mirror of
https://github.com/TeamMidnightDust/BetterBeds.git
synced 2025-12-13 03:55:10 +01:00
45 lines
905 B
JSON
Executable File
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"
|
|
}
|
|
}
|
|
}
|
|
}
|