Files
BetterBeds/src/main/resources/fabric.mod.json
Wasinthorn Suksri 11d0c5d348 Update to 1.19.3
2022-12-20 14:39:40 +07:00

45 lines
905 B
JSON
Executable File

{
"schemaVersion": 1,
"id": "betterbeds",
"version": "${version}",
"name": "Better Beds",
"description": "Changes the renderer of the bed to use block models instead of a block entity renderer!",
"authors": [
"Motschen",
"TeamMidnightDust"
],
"contact": {
"homepage": "https://www.midnightdust.eu/",
"sources": "https://github.com/TeamMidnightDust/BetterBeds",
"issues": "https://github.com/TeamMidnightDust/BetterBeds/issues"
},
"license": "MIT",
"icon": "assets/betterbeds/icon.png",
"environment": "client",
"entrypoints": {
"client": [
"eu.midnightdust.betterbeds.BetterBedsClient"
]
},
"mixins": [
"betterbeds.mixins.json"
],
"depends": {
"fabric-api": "*",
"minecraft": ">=1.19.3"
},
"custom": {
"modmenu": {
"links": {
"modmenu.discord": "https://discord.gg/jAGnWYHm3r"
}
}
}
}