Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
更改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
SugarMGP committed Aug 20, 2022
1 parent 71610b9 commit c23f874
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,6 @@ minecraft {
client {
workingDirectory project.file('run')

if (project.hasProperty('username'))
args '--username', project.getProperty('username')

if (project.hasProperty('password'))
args '--password', project.getProperty('password')

if (project.hasProperty('memory'))
jvmArgs '-Xmx' + project.getProperty('memory')

// Recommended logging data for a userdev environment
property 'forge.logging.markers', 'SCAN,REGISTRIES,REGISTRYDUMP'

Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file must be added to Git
# EOC version
modVersion=a1.0.2
modVersion=a1.0.3

0 comments on commit c23f874

Please sign in to comment.