2
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CinderLoE/gradle.properties

70 lines
2.2 KiB
Properties

modName = CinderLoE
modVersion = 1.6.0
version = 1.6.0
modId = cinder_loe
modGroup = com.zivilon.cinder_loe
minecraftVersion = 1.7.10
forgeVersion = 10.13.4.1614
developmentEnvironmentUserName = Developer
enableModernJavaSyntax = true
# Generate a class with String fields for the mod id, name, version and group name named with the fields below
generateGradleTokenClass = com.zivilon.cinder_loe.Tags
gradleTokenModId = MODID
gradleTokenModName = MODNAME
gradleTokenVersion =
gradleTokenGroupName = GROUPNAME
# Provides setup for Mixins if enabled. If you don't know what mixins are: Keep it disabled!
usesMixins = true
# Specify the core mod entry class if you use a core mod. This class must implement IFMLLoadingPlugin!
# This parameter is for legacy compatibility only
# Example value: coreModClass = asm.FMLPlugin + modGroup = com.myname.mymodid -> com.myname.mymodid.asm.FMLPlugin
coreModClass = coremod.CoreMod
# Enables Mixins even if this mod doesn't use them, useful if one of the dependencies uses mixins.
forceEnableMixins = false
# Optional parameter to customize the produced artifacts. Use this to preserver artifact naming when migrating older
# projects. New projects should not use this parameter.
customArchiveBaseName = CinderLoE
mixinsPackage = mixins
coreModClass = coremod.CoreMod
disableSpotless = true
disableCheckstyle = true
gtnh.settings.blowdryerTag = 0.2.2
useModGroupForPublishing = false
autoUpdateBuildScript = false
channel = stable
mappingsVersion = 12
remoteMappings = https\://raw.githubusercontent.com/MinecraftForge/FML/1.7.10/conf/
developmentEnvironmentUserName = Developer
enableModernJavaSyntax = true
enableGenericInjection = true
replaceGradleTokenInFile =
apiPackage =
accessTransformersFile =
separateMixinSourceSet =
usesMixinDebug = false
mixinPlugin =
containsMixinsAndOrCoreModOnly = false
forceEnableMixins = false
usesShadowedDependencies = false
minimizeShadowedDependencies = true
relocateShadowedDependencies = true
includeWellKnownRepositories = false
excludeWellKnownRepositories =
usesMavenPublishing = false
modrinthProjectId =
modrinthRelations =
curseForgeProjectId =
curseForgeRelations =
org.gradle.configuration-cache = true
org.gradle.parallel = true