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,12 @@
{
"required": true,
"package": "eu.midnightdust.betterbeds.mixin",
"compatibilityLevel": "JAVA_8",
"client": [
"MixinBedBlock",
"MixinBlockEntityRendererDispatcher"
],
"injectors": {
"defaultRequire": 1
}
}