This commit is contained in:
Liz Graham
2022-03-03 01:12:52 +00:00
parent 84e3926a63
commit 3f34718284
6 changed files with 44 additions and 51 deletions

View File

@@ -3,14 +3,14 @@
"id": "modid",
"version": "${version}",
"name": "Example Mod",
"description": "This is an example description! Tell everyone what your mod is about!",
"name": "Dust",
"description": "Makes dust underground that scales with depth!",
"authors": [
"Me!"
"LizIsTired"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
"homepage": "https://github.com/LizIsTired/dust",
"sources": "https://github.com/LizIsTired/dust"
},
"license": "CC0-1.0",
@@ -22,12 +22,9 @@
"net.fabricmc.example.ExampleMod"
]
},
"mixins": [
"modid.mixins.json"
],
"depends": {
"fabricloader": ">=0.13.3",
"fabricloader": ">=0.12.11",
"fabric": "*",
"minecraft": "1.18.x",
"java": ">=17"