mirror of
https://github.com/TeamMidnightDust/BetterBeds.git
synced 2025-12-16 05:25:09 +01:00
First release :)
This commit is contained in:
37
src/main/resources/fabric.mod.json
Normal file
37
src/main/resources/fabric.mod.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user