Update to 1.19.3

This commit is contained in:
Wasinthorn Suksri
2022-12-20 14:39:40 +07:00
parent d6c7a434ae
commit 11d0c5d348
15 changed files with 219 additions and 147 deletions

View File

@@ -0,0 +1,9 @@
{
"sources": [
{
"type": "directory",
"source": "entity/bed",
"prefix": "entity/bed/"
}
]
}

View File

@@ -1,7 +1,7 @@
{
"required": true,
"package": "eu.midnightdust.betterbeds.mixin",
"compatibilityLevel": "JAVA_8",
"compatibilityLevel": "JAVA_17",
"client": [
"MixinBedBlock",
"MixinBlockEntityRendererDispatcher"

View File

@@ -18,7 +18,7 @@
"license": "MIT",
"icon": "assets/betterbeds/icon.png",
"environment": "*",
"environment": "client",
"entrypoints": {
"client": [
@@ -31,7 +31,8 @@
],
"depends": {
"fabric": "*"
"fabric-api": "*",
"minecraft": ">=1.19.3"
},
"custom": {
"modmenu": {

View File

@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 7,
"pack_format": 12,
"description": "§2Allows beds to connect <3"
}
}

View File

@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 7,
"pack_format": 12,
"description": "§2Makes beds look more fancy"
}
}