basic with working speedpowder item

This commit is contained in:
2020-07-24 22:13:16 +02:00
parent 6efb5c4830
commit a95dea0310
14 changed files with 173 additions and 183 deletions

View File

@@ -3,29 +3,25 @@
"id": "modid",
"version": "${version}",
"name": "Example Mod",
"description": "This is an example description! Tell everyone what your mod is about!",
"name": "quickiefabric",
"description": "Quickiefabric is the fabric implementation of Quickie, a mot to speed up daily work in Minecraft.",
"authors": [
"Me!"
"Jottyfan"
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/FabricMC/fabric-example-mod"
"homepage": "https://gitlab.com/jottyfan/quickiefabric",
"sources": "https://gitlab.com/jottyfan/quickiefabric"
},
"license": "CC0-1.0",
"license": "MIT",
"icon": "assets/modid/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"net.fabricmc.example.ExampleMod"
"de.jottyfan.minecraft.quickiefabric.QuickieFabric"
]
},
"mixins": [
"modid.mixins.json"
],
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",