aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorRaven Szewczyk <git@kubasz.xyz>2022-06-12 09:37:39 +0100
committerRaven Szewczyk <git@kubasz.xyz>2022-06-12 09:37:39 +0100
commit6646aa2a3fee8e98666fe0038f0178938fd550fe (patch)
tree584d8cbbf63f8fa535964e8e44b7849f70e87a2e /gradle.properties
parent9b1b42d0e3154c166b8edba5a433278f83a32f7d (diff)
downloadGT5-Unofficial-6646aa2a3fee8e98666fe0038f0178938fd550fe.tar.gz
GT5-Unofficial-6646aa2a3fee8e98666fe0038f0178938fd550fe.tar.bz2
GT5-Unofficial-6646aa2a3fee8e98666fe0038f0178938fd550fe.zip
Fix build errors for MTE precursor
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index 3d49d30e98..86fedd756e 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -19,7 +19,7 @@ forgeVersion = 10.13.4.1614
# restart Minecraft in development. Choose this dependent on your mod:
# Do you need consistent player progressing (for example Thaumcraft)? -> Select a name
# Do you need to test how your custom blocks interacts with a player that is not the owner? -> leave name empty
-developmentEnvironmentUserName = "Developer"
+developmentEnvironmentUserName = Developer
# Define a source file of your project with:
# public static final String VERSION = "GRADLETOKEN_VERSION";