+ measure, reach, spark
This commit is contained in:
@ -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}
|
||||
}
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"#",
|
||||
"#$#",
|
||||
"|"
|
||||
],
|
||||
"key": {
|
||||
@ -10,6 +10,6 @@
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:torch",
|
||||
"count": 10
|
||||
"count": 8
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user