Skip to content

Commit

Permalink
Updated Forge version & made it a dependency so that Advancements wit…
Browse files Browse the repository at this point in the history
…h NBT data render properly
  • Loading branch information
BluSunrize committed Jul 9, 2017
1 parent 9687537 commit 34d0258
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

minecraft {
version = "14.21.0.2385"
version = "14.21.1.2404"
//"1.9.4-12.17.0.1976"
runDir = "run"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import java.util.Optional;
import java.util.function.Function;

@Mod(modid = ImmersiveEngineering.MODID, name = ImmersiveEngineering.MODNAME, version = ImmersiveEngineering.VERSION, dependencies = "required-after:forge@[14.21.0.2385,);after:jei@[4.3,);after:railcraft;after:tconstruct@[1.10.2-2.5,);after:theoneprobe@[1.4.4,)")
@Mod(modid = ImmersiveEngineering.MODID, name = ImmersiveEngineering.MODNAME, version = ImmersiveEngineering.VERSION, dependencies = "required-after:forge@[14.21.1.2404,);after:jei@[4.7,);after:railcraft;after:tconstruct@[1.10.2-2.5,);after:theoneprobe@[1.4.4,)")
public class ImmersiveEngineering
{
public static final String MODID = "immersiveengineering";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import net.minecraftforge.client.model.obj.OBJLoader;
import net.minecraftforge.client.model.obj.OBJModel;
import net.minecraftforge.fml.common.FMLLog;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;
Expand All @@ -34,7 +33,6 @@
import java.util.Map;

@SuppressWarnings("deprecation")
@Mod.EventBusSubscriber
@SideOnly(Side.CLIENT)
public class ImmersiveModelRegistry
{
Expand Down

0 comments on commit 34d0258

Please sign in to comment.