Skip to content

Commit 4f48bfc

Browse files
authored
Fix gtnhlib version range
1 parent 2fea02e commit 4f48bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/chylex/hee/HardcoreEnderExpansion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
import cpw.mods.fml.common.event.FMLServerStartingEvent;
5555
import cpw.mods.fml.common.network.NetworkRegistry;
5656

57-
@Mod(modid = "HardcoreEnderExpansion", name = "Hardcore Ender Expansion", version = "GRADLETOKEN_VERSION", useMetadata = true, guiFactory = "chylex.hee.gui.core.ModGuiFactory", dependencies = "required-after:gtnhlib@0.0.10")
57+
@Mod(modid = "HardcoreEnderExpansion", name = "Hardcore Ender Expansion", version = "GRADLETOKEN_VERSION", useMetadata = true, guiFactory = "chylex.hee.gui.core.ModGuiFactory", dependencies = "required-after:gtnhlib@[0.0.10,)")
5858
public class HardcoreEnderExpansion{
5959
@Instance("HardcoreEnderExpansion")
6060
public static HardcoreEnderExpansion instance;

0 commit comments

Comments
 (0)