BUMP Version in config, update build.gradle from template
This commit is contained in:
parent
a31b01aa03
commit
2e08945054
2 changed files with 5 additions and 11 deletions
|
@ -4,14 +4,14 @@
|
|||
"version": "${version}",
|
||||
|
||||
"name": "EAA Mod",
|
||||
"description": "This is an example description! Tell everyone what your mod is about!",
|
||||
"description": "Mod for keeping track of Players encountered in Minecraft servers. Especially hackers. Shows Hint in Playeroverview (Tab)",
|
||||
"authors": [
|
||||
"MPK1",
|
||||
"Hiajen"
|
||||
],
|
||||
"contact": {
|
||||
"homepage": "https://fabricmc.net/",
|
||||
"sources": "https://github.com/FabricMC/fabric-example-mod"
|
||||
"homepage": "https://git.hiajen.de/hiajen/EAA_MOD",
|
||||
"sources": "https://git.hiajen.de/hiajen/EAA_MOD"
|
||||
},
|
||||
|
||||
"license": "CC0-1.0",
|
||||
|
@ -30,7 +30,7 @@
|
|||
"depends": {
|
||||
"fabricloader": ">=0.7.4",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.16.x"
|
||||
"minecraft": "1.19.x"
|
||||
},
|
||||
"suggests": {
|
||||
"another-mod": "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue