backrooms entity, lights fix and beer

This commit is contained in:
2026-03-20 18:06:53 +01:00
parent af21279b00
commit 4d802285ef
29 changed files with 1049 additions and 125 deletions

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" W ",
"WPW",
" W "
],
"key": {
"W": {
"item": "minecraft:wheat"
},
"P": {
"item": "minecraft:potion"
}
},
"result": {
"item": "szar:beer",
"count": 1
}
}