This commit is contained in:
ZtereoHYPE 2022-07-21 00:17:45 +02:00
parent 8f7e5a5f57
commit b15b7a1d87
11 changed files with 103 additions and 242 deletions

View file

@ -2,7 +2,6 @@
"schemaVersion": 1,
"id": "modid",
"version": "${version}",
"name": "Example Mod",
"description": "This is an example description! Tell everyone what your mod is about!",
"authors": [
@ -12,10 +11,8 @@
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
},
"license": "CC0-1.0",
"icon": "assets/modid/icon.png",
"environment": "*",
"entrypoints": {
"main": [
@ -25,7 +22,6 @@
"mixins": [
"modid.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.6",
"minecraft": "~1.19",