epstein added and nyan cat updated
This commit is contained in:
33
src/main/resources/data/szar/recipes/ak47.json
Normal file
33
src/main/resources/data/szar/recipes/ak47.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:gunpowder"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:iron_nugget"
|
||||
}
|
||||
],
|
||||
"pattern": [
|
||||
"PPP",
|
||||
"BBB",
|
||||
"LRB"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"tag": "minecraft:planks"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:iron_block"
|
||||
},
|
||||
"L": {
|
||||
"item": "minecraft:leather"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "szar:ak47"
|
||||
}
|
||||
}
|
||||
@@ -1,20 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" M ",
|
||||
" B ",
|
||||
"B B"
|
||||
],
|
||||
"key": {
|
||||
"M": {
|
||||
"item": "minecraft:milk_bucket"
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:gunpowder"
|
||||
},
|
||||
"B": {
|
||||
"item": "minecraft:beef"
|
||||
{
|
||||
"item": "minecraft:iron_nugget"
|
||||
}
|
||||
},
|
||||
],
|
||||
"result": {
|
||||
"item": "szar:bullet",
|
||||
"count": 1
|
||||
"item": "szar:bullet"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user