fabric/src/main/resources/fabric.mod.json
2021-05-12 20:23:04 +01:00

24 lines
631 B
JSON

{
"schemaVersion": 1,
"id": "fabric",
"name": "Fabric API",
"version": "${version}",
"environment": "*",
"license": "Apache-2.0",
"icon": "assets/fabric/icon.png",
"contact": {
"homepage": "https://fabricmc.net",
"irc": "irc://irc.esper.net:6667/fabric",
"issues": "https://github.com/FabricMC/fabric/issues",
"sources": "https://github.com/FabricMC/fabric"
},
"authors": [
"FabricMC"
],
"depends": {
"fabricloader": ">=0.11.3",
"java": ">=16",
"minecraft": "~1.17-alpha.21.19.a"
},
"description": "Core API module providing key hooks and intercompatibility features."
}