@@ -26,6 +26,7 @@ minecraftVersion = 1.12.2
2626# Do you need to test how your custom blocks interacts with a player that is not the owner? -> leave name empty
2727# Alternatively this can be set with the 'DEV_USERNAME' environment variable.
2828developmentEnvironmentUserName = Developer
29+
2930# Additional arguments applied to the JVM when launching minecraft
3031# Syntax: -arg1=value1;-arg2=value2;...
3132# Example value: -Dmixin.debug.verify=true;-XX:+UnlockExperimentalVMOptions
@@ -35,6 +36,7 @@ additionalJavaArguments=
3536# See https://github.com/bsideup/jabel for details on how this works.
3637# Using this requires that you use a Java 17 JDK for development.
3738enableModernJavaSyntax = true
39+
3840# Enables runClient/runServer tasks for Java 17 and Java 21 using LWJGL3ify.
3941# This is primarily used to test if your mod is compatible with platforms running
4042# Minecraft 1.12.2 on modern versions of Java and LWJGL, and assist in fixing any problems with it.
@@ -62,6 +64,8 @@ accessTransformersFile = gregtech_at.cfg
6264
6365# Provides setup for Mixins if enabled. If you don't know what mixins are: Keep it disabled!
6466usesMixins = true
67+ # Mixin Provider to use. Primarily changed when needing to use a different version.
68+ mixinProviderSpec =zone.rong:mixinbooter:10.6
6569# Specify the package that contains all of your Mixins. You may only place Mixins in this package or the build will fail!
6670mixinsPackage = mixins
6771# Location of the mixin config refmap. If left, blank, defaults to "mixins.${modId}.refmap.json". Target file must have the "json" extension.
@@ -90,6 +94,7 @@ includeWellKnownRepositories=true
9094# be available at compiletime and runtime for your mod (in-game and in-code).
9195# Overrides the above setting to be always true, as these repositories are needed to fetch the mods
9296includeCommonDevEnvMods = true
97+
9398# Some mods require a specific forge version to launch in. When you need to use one of those mods as a dependency,
9499# and cannot launch with the forge version required, enable this to strip the forge version requirements from that mod.
95100# This will add 'strip-latest-forge-requirements' as 'runtimeOnlyNonPublishable'.
0 commit comments