Skip to content

Commit 3a8a06c

Browse files
committed
fix
1 parent 25babe3 commit 3a8a06c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

buildscript.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ mixinConfigRefmap = mixins.gtwp.refmap.json
9292
generateMixinConfig = false
9393
# Specify the core mod entry class if you use a core mod. This class must implement IFMLLoadingPlugin!
9494
# Example value: coreModClass = asm.FMLPlugin + modGroup = com.myname.mymodid -> com.myname.mymodid.asm.FMLPlugin
95-
coreModClass = core.GTECoreMod
95+
coreModClass =
9696
# If your project is only a consolidation of mixins or a core mod and does NOT contain a 'normal' mod (meaning that
9797
# there is no class annotated with @Mod) you want this to be true. When in doubt: leave it on false!
9898
containsMixinsAndOrCoreModOnly = false

src/main/java/com/github/gtexpert/gtwp/GTWPMod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
name = Tags.MODNAME,
3232
version = Tags.VERSION,
3333
updateJSON = "https://forge.curseupdate.com/1093753/gtwoodprocessing",
34-
acceptedMinecraftVersions = "[1.12.2,1.13)",
34+
acceptedMinecraftVersions = "[1.12.2]",
3535
dependencies = GTInternalTags.DEP_VERSION_STRING + "after:" + Mods.Names.GREGTECH_FOOD_OPTION + ";" +
3636
"after:" + Mods.Names.THAUMCRAFT + ";" + "after:" + Mods.Names.FORESTRY + ";" +
3737
"after:" + Mods.Names.EXTRA_TREES + ";" + "after:" + Mods.Names.ADVANCED_ROCKETRY + ";" +

0 commit comments

Comments
 (0)