File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/dev/deftu/gradle Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ fun setupPreprocessor() {
2626 vars.put(" FABRIC" , if (mcData.isFabric) 1 else 0 )
2727 vars.put(" FORGE-LIKE" , if (mcData.isForge || mcData.isNeoForged) 1 else 0 )
2828 vars.put(" FORGE" , if (mcData.isForge) 1 else 0 )
29- vars.put(" NEOFORGED " , if (mcData.isNeoForged) 1 else 0 )
29+ vars.put(" NEOFORGE " , if (mcData.isNeoForged) 1 else 0 )
3030 }
3131}
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ afterEvaluate {
133133
134134 if (! mcData.isFabric) exclude(" fabric.mod.json" )
135135 if (! mcData.isModLauncher) exclude(" META-INF/mods.toml" )
136- if (! mcData.isNeoForged) exclude(" META-INF/neoforged .mods.toml" )
136+ if (! mcData.isNeoForged) exclude(" META-INF/neoforge .mods.toml" )
137137 if (! mcData.isLegacyForge) exclude(" mcmod.info" )
138138 }
139139}
You can’t perform that action at this time.
0 commit comments