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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 453 B

After

Width:  |  Height:  |  Size: 126 KiB

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"

View File

@@ -1,14 +0,0 @@
{
"required": true,
"minVersion": "0.8",
"package": "net.fabricmc.example.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
"ExampleMixin"
],
"injectors": {
"defaultRequire": 1
}
}