+ measure, reach, spark

This commit is contained in:
2026-06-08 23:26:28 +03:00
parent 52633e5457
commit 8f4d9f9c9d
13 changed files with 384 additions and 15 deletions

View File

@ -1,15 +1,7 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#",
"|"
"type": "minecraft:crafting_shapeless",
"ingredients": [
"minecraft:copper_ingot"
],
"key": {
"#": "minecraft:coal",
"|": "minecraft:stick"
},
"result": {
"id": "minecraft:torch",
"count": 8
}
"result": {"id": "minecraft:copper_chest", "count": 0}
}

View File

@ -1,7 +1,7 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#",
"#$#",
"|"
],
"key": {
@ -10,6 +10,6 @@
},
"result": {
"item": "minecraft:torch",
"count": 10
"count": 8
}
}