{ "schemaVersion": 1, "id": "nethercraft-classic", "version": "${version}", "name": "Nethercraft Classic", "description": "A classic beta mod originally by scokeev9. The mod makes the Nether survivable, adding things like food, trees, new ores, and mobs. As of the Nether Update, biomes are now included!", "authors": [ "scokeev9", "IveBeenAlone" ], "contact": { "homepage": "https://ibatv.xyz/", "sources": "https://git.ibatv.xyz/IveBeenAlone/nethercraft-classic-fabric" }, "license": "CC0-1.0", "icon": "assets/nethercraft-classic/icon.png", "environment": "*", "entrypoints": { "main": [ "xyz.ibatv.nethercraft.NethercraftClassic" ], "fabric-datagen": [ "xyz.ibatv.nethercraft.NethercraftClassicDataGenerator" ] }, "mixins": [ "nethercraft-classic.mixins.json" ], "depends": { "fabricloader": ">=0.16.10", "minecraft": "~1.21.4", "java": ">=21", "fabric-api": "*" } }