File tree Expand file tree Collapse file tree
src/main/java/com/github/gtexpert/gtwp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ mixinConfigRefmap = mixins.gtwp.refmap.json
9292generateMixinConfig = 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!
9898containsMixinsAndOrCoreModOnly = false
Original file line number Diff line number Diff line change 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 + ";" +
You can’t perform that action at this time.
0 commit comments