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

@@ -1,6 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "szar:entity/bullet"
"layer0": "szar:item/bullet"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 B

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
}
}