Files
Smooth_Double_Doors/src/main/resources/fabric.mod.json
2026-01-02 21:44:23 +01:00

33 lines
1.1 KiB
JSON

{
"schemaVersion": 1,
"id": "smooth-double-doors",
"version": "${version}",
"name": "Smooth Double Doors",
"description": "Make double doors, trapdoors, and fence gates open together with fluid smooth animations, fully configurable and texture-pack friendly.",
"authors": ["DekinDev"],
"contact": {
"sources": "https://git.straice.com/DekinDev/Smooth-Double-Doors",
"issues": "https://git.straice.com/DekinDev/Smooth-Double-Doors/issues",
"homepage": "https://modrinth.com/project/smooth-double-doors"
},
"license": "Apache-2.0",
"icon": "assets/smooth-double-doors/icon.png",
"environment": "*",
"entrypoints": {
"main": ["com.straice.smoothdoors.SmoothDoubleDoors"],
"client": ["com.straice.smoothdoors.SmoothDoubleDoorsClient"],
"modmenu": ["com.straice.smoothdoors.compat.ModMenuIntegration"]
},
"mixins": [
"smooth-double-doors.mixins.json",
"smooth-double-doors.client.mixins.json"
],
"depends": {
"fabricloader": ">=0.18.4",
"minecraft": ">=1.21.8 <=1.21.11",
"java": ">=21",
"fabric-api": "*",
"modmenu": "*"
}
}