This commit is contained in:
2026-02-05 18:10:59 +01:00
parent ea9d69611b
commit 68eb76306d
8 changed files with 44 additions and 48 deletions

View File

@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" M ",
" B ",
"B B"
],
"key": {
"M": {
"item": "minecraft:milk_bucket"
},
"B": {
"item": "minecraft:beef"
}
},
"result": {
"item": "szar:bullet",
"count": 1
}
}