epstein added and nyan cat updated

This commit is contained in:
2026-02-08 15:07:09 +01:00
parent 3af26761c9
commit 6033bc4701
24 changed files with 431 additions and 86 deletions

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

View File

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