ak47
This commit is contained in:
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