ak47
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:entity/bullet"
|
||||
"layer0": "szar:item/bullet"
|
||||
}
|
||||
}
|
||||
|
||||
BIN
src/main/resources/assets/szar/textures/item/bullet.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/bullet.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 202 B |
20
src/main/resources/data/szar/recipes/bullet.json
Normal file
20
src/main/resources/data/szar/recipes/bullet.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user