{ "schemaVersion": 1, "id": "craftsdwarfship", "version": "${version}", "name": "Craftsdwarfship", "description": "Adds some mechanics (that make sense) from Dwarf Fortress to Minecraft.", "authors": [ "Hawarth" ], "contact": { "homepage": "https://hawarth.com/", "sources": "https://git.hawarth.com/mc-craftsdwarfship/" }, "license": "GNU GPLv3", "icon": "assets/craftsdwarfship/icon.png", "environment": "*", "entrypoints": { "main": [ "com.hawarth.Craftsdwarfship" ], "client": [ "com.hawarth.CraftsdwarfshipClient" ], "fabric-datagen": [ "com.hawarth.CraftsdwarfshipDataGenerator" ] }, "mixins": [ "craftsdwarfship.mixins.json", { "config": "craftsdwarfship.client.mixins.json", "environment": "client" } ], "depends": { "fabricloader": ">=0.18.4", "minecraft": "~1.21.11", "java": ">=21", "fabric-api": "*" } }