This commit is contained in:
parent
2c23854764
commit
02989d2e46
@ -1,4 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
**1.0.1**
|
||||
* Opt-In To ModUpdater
|
||||
|
||||
**1.0.0**
|
||||
* Initial Release
|
@ -3,14 +3,14 @@ org.gradle.jvmargs = -Xmx1G
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/use
|
||||
minecraft_version = 1.16
|
||||
minecraft_version = 1.16.1
|
||||
curseforge_id = 390028
|
||||
simple_minecraft_version = 1.16
|
||||
simple_minecraft_version = 1.16.1
|
||||
yarn_build = 1
|
||||
fabric_loader_version = 0.8.8+build.202
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.0.0
|
||||
mod_version = 1.0.1
|
||||
maven_group = com.thebrokenrail
|
||||
|
||||
# Dependencies
|
||||
|
@ -30,5 +30,11 @@
|
||||
"fabricloader": ">=0.7.4",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.16.x"
|
||||
},
|
||||
"custom": {
|
||||
"modupdater": {
|
||||
"strategy": "curseforge",
|
||||
"projectID": 390028
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user