Skip to content

Commit

Permalink
+ fix gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
bioastroiner committed Dec 12, 2023
1 parent ecad12e commit 7b81ca0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
modName=GTTweaker
modName=GT6 Tweaker
modId=gttweaker
modGroup=mods.bio.gttweaker
autoUpdateBuildScript = false
minecraftVersion = 1.7.10
gregtechVersion= 6.15.10
forgeVersion = 10.13.4.1614
versionOverride = 'NO-GIT-TAG-SET'
modVersion=0.1a
versionOverride = '0.1'
#modVersion=0.1a
developmentEnvironmentUserName = Developer
channel = stable
mappingsVersion = 12
remoteMappings = https://raw.githubusercontent.com/MinecraftForge/FML/1.7.10/conf/
enableModernJavaSyntax = true
enableModernJavaSyntax = false
# Enables injecting missing generics into the decompiled source code for a better coding experience
# Turns most publicly visible List, Map, etc. into proper List<Type>, Map<K, V> types
enableGenericInjection = false
replaceGradleTokenInFile=Gt6xMod.java
replaceGradleTokenInFile=GTTweaker.java
gradleTokenModId = GRADLETOKEN_MODID
gradleTokenModName = GRADLETOKEN_MODNAME
gradleTokenVersion = GRADLETOKEN_VERSION
Expand Down

0 comments on commit 7b81ca0

Please sign in to comment.