{ "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" } } } }