diff options
author | Tec <daniel112092@gmail.com> | 2022-02-05 11:32:00 +0100 |
---|---|---|
committer | Tec <daniel112092@gmail.com> | 2022-02-05 11:32:00 +0100 |
commit | df9527663ef1b50f70fcf53f0934195d8f67565e (patch) | |
tree | e2508121656b27d3679faa7ef87dae68efa0ac6c /gradle.properties | |
parent | 924293e58e392cf39c5ad6e3445ad033fa9c0607 (diff) | |
download | GT5-Unofficial-df9527663ef1b50f70fcf53f0934195d8f67565e.tar.gz GT5-Unofficial-df9527663ef1b50f70fcf53f0934195d8f67565e.tar.bz2 GT5-Unofficial-df9527663ef1b50f70fcf53f0934195d8f67565e.zip |
Initial Orbvital afffinity impl
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 3d49d30e98..7b41df262e 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 = "" # Define a source file of your project with: # public static final String VERSION = "GRADLETOKEN_VERSION"; |