mirror of
https://github.com/TeamMidnightDust/BetterBeds.git
synced 2025-12-15 21:15:09 +01:00
Update to 1.19.3
This commit is contained in:
9
src/main/resources/assets/minecraft/atlases/blocks.json
Normal file
9
src/main/resources/assets/minecraft/atlases/blocks.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"type": "directory",
|
||||
"source": "entity/bed",
|
||||
"prefix": "entity/bed/"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "eu.midnightdust.betterbeds.mixin",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"client": [
|
||||
"MixinBedBlock",
|
||||
"MixinBlockEntityRendererDispatcher"
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 7,
|
||||
"pack_format": 12,
|
||||
"description": "§2Allows beds to connect <3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 7,
|
||||
"pack_format": 12,
|
||||
"description": "§2Makes beds look more fancy"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user