v1.1.0
Add configuration file, and properties contained within Fix server functionality where a server might use a hub server. Add gitignore for vscode folder.
This commit is contained in:
parent
873fafbccb
commit
6847fb3367
6 changed files with 96 additions and 35 deletions
|
@ -4,7 +4,7 @@ plugins {
|
|||
id 'net.minecraftforge.gradle' version '5.1.+'
|
||||
}
|
||||
|
||||
version = '1.0.1'
|
||||
version = '1.1.0'
|
||||
group = 'dev.zontreck.mcmods' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
archivesBaseName = 'WatchMyDurability'
|
||||
|
||||
|
|
Reference in a new issue