First release :)

This commit is contained in:
Motschen
2021-02-06 12:22:10 +01:00
parent 46997ec9c5
commit 40f5398252
82 changed files with 1604 additions and 1 deletions

View File

@@ -0,0 +1,37 @@
{
"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": "*",
"mixins": [
"betterbeds.mixins.json"
],
"depends": {
"fabric": "*"
},
"custom": {
"modmenu": {
"links": {
"modmenu.discord": "https://discord.gg/jAGnWYHm3r"
}
}
}
}