Skip to content

Commit

Permalink
Fix compile error due to new forge version
Browse files Browse the repository at this point in the history
  • Loading branch information
HyCraftHD committed Aug 13, 2019
1 parent 4526977 commit 05bc5f0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,11 +2,11 @@

import info.u_team.u_team_test.TestMod;
import net.minecraftforge.event.entity.EntityTravelToDimensionEvent;
import net.minecraftforge.event.entity.player.PlayerEvent.PlayerChangedDimensionEvent;
import net.minecraftforge.event.world.RegisterDimensionsEvent;
import net.minecraftforge.eventbus.api.SubscribeEvent;
import net.minecraftforge.fml.common.Mod.EventBusSubscriber;
import net.minecraftforge.fml.common.Mod.EventBusSubscriber.Bus;
import net.minecraftforge.fml.common.gameevent.PlayerEvent.PlayerChangedDimensionEvent;

@EventBusSubscriber(modid = TestMod.MODID, bus = Bus.FORGE)
public class TestDimensions {
Expand Down

0 comments on commit 05bc5f0

Please sign in to comment.