Skip to content

Commit 1cdccdc

Browse files
committed
fix spootless files
1 parent c2f3f77 commit 1cdccdc

3 files changed

Lines changed: 402 additions & 2 deletions

File tree

buildscript.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ mixinsPackage =
7676
# Location of the mixin config refmap. If left, blank, defaults to "mixins.${modId}.refmap.json". Target file must have the "json" extension.
7777
mixinConfigRefmap =
7878
# Automatically generates a mixin config json if enabled, with the name mixins.modid.json
79-
generateMixinConfig = true
79+
generateMixinConfig = false
8080
# Specify the core mod entry class if you use a core mod. This class must implement IFMLLoadingPlugin!
8181
# Example value: coreModClass = asm.FMLPlugin + modGroup = com.myname.mymodid -> com.myname.mymodid.asm.FMLPlugin
8282
coreModClass =
@@ -85,7 +85,7 @@ coreModClass =
8585
containsMixinsAndOrCoreModOnly = false
8686

8787
# Enables Mixins even if this mod doesn't use them, useful if one of the dependencies uses mixins.
88-
forceEnableMixins = true
88+
forceEnableMixins = false
8989

9090
# Outputs pre-transformed and post-transformed loaded classes to run/CLASSLOADER_TEMP. Can be used in combination with
9191
# diff to see exactly what your ASM or Mixins are changing in the target file.

0 commit comments

Comments
 (0)