fabric/src/main/resources/fabric.mod.json
modmuss50 fd6e7547e7
20w45a
Added FabricBlockEntityTypeBuilder
Reworked EntityRendererRegistry
Ported BlockEntityRendererRegistry
2020-11-05 18:05:55 +00:00

23 lines
610 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.8.9",
"minecraft": "~1.17-alpha.20.45.a"
},
"description": "Core API module providing key hooks and intercompatibility features."
}