Mostly port original paxel recipies
This commit is contained in:
parent
66ee19615a
commit
36e34e1655
|
|
@ -3,10 +3,11 @@
|
||||||
"category": "equipment",
|
"category": "equipment",
|
||||||
"key": {
|
"key": {
|
||||||
"#": {"item": "minecraft:stick"},
|
"#": {"item": "minecraft:stick"},
|
||||||
"X": {"item": "minecraft:diamond"}
|
"X": {"item": "minecraft:diamond"},
|
||||||
|
"Z": {"item": "minecraft:netherite_scrap"}
|
||||||
},
|
},
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"XXX",
|
"XZX",
|
||||||
"X#X",
|
"X#X",
|
||||||
" # "
|
" # "
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -3,10 +3,11 @@
|
||||||
"category": "equipment",
|
"category": "equipment",
|
||||||
"key": {
|
"key": {
|
||||||
"#": {"item": "minecraft:stick"},
|
"#": {"item": "minecraft:stick"},
|
||||||
"X": {"item": "minecraft:gold_ingot"}
|
"X": {"item": "minecraft:gold_ingot"},
|
||||||
|
"Z": {"item": "minecraft:diamond"}
|
||||||
},
|
},
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"XXX",
|
"XZX",
|
||||||
"X#X",
|
"X#X",
|
||||||
" # "
|
" # "
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -3,10 +3,11 @@
|
||||||
"category": "equipment",
|
"category": "equipment",
|
||||||
"key": {
|
"key": {
|
||||||
"#": {"item": "minecraft:stick"},
|
"#": {"item": "minecraft:stick"},
|
||||||
"X": {"item": "minecraft:iron_ingot"}
|
"X": {"item": "minecraft:iron_ingot"},
|
||||||
|
"Z": {"item": "minecraft:gold_ingot"}
|
||||||
},
|
},
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"XXX",
|
"XZX",
|
||||||
"X#X",
|
"X#X",
|
||||||
" # "
|
" # "
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -1,30 +0,0 @@
|
||||||
{
|
|
||||||
"type": "minecraft:crafting_shaped",
|
|
||||||
"category": "equipment",
|
|
||||||
"key": {
|
|
||||||
"#": {"item": "minecraft:stick"},
|
|
||||||
"X": {"item": "minecraft:netherite_ingot"}
|
|
||||||
},
|
|
||||||
"pattern": [
|
|
||||||
"XXX",
|
|
||||||
"X#X",
|
|
||||||
" # "
|
|
||||||
],
|
|
||||||
"result": {
|
|
||||||
"count": 1,
|
|
||||||
"id": "minecraft:netherite_shovel",
|
|
||||||
"components": {
|
|
||||||
"tool": {
|
|
||||||
"rules": [
|
|
||||||
{"blocks": "#minecraft:incorrect_for_netherite_tool", "correct_for_drops": false},
|
|
||||||
{"blocks": "#mineable/pickaxe", "speed": 9.0, "correct_for_drops": true},
|
|
||||||
{"blocks": "#mineable/axe", "speed": 9.0, "correct_for_drops": true},
|
|
||||||
{"blocks": "#mineable/shovel", "speed": 9.0, "correct_for_drops": true},
|
|
||||||
{"blocks": "#mineable/hoe", "speed": 9.0, "correct_for_drops": true}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"custom_name": "{'text':'Dendrite Paxel','italic':false}",
|
|
||||||
"custom_model_data": 74831
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -3,10 +3,11 @@
|
||||||
"category": "equipment",
|
"category": "equipment",
|
||||||
"key": {
|
"key": {
|
||||||
"#": {"item": "minecraft:stick"},
|
"#": {"item": "minecraft:stick"},
|
||||||
"X": {"tag": "minecraft:stone_tool_materials"}
|
"X": {"tag": "minecraft:stone_tool_materials"},
|
||||||
|
"Z": {"item": "minecraft:iron_ingot"}
|
||||||
},
|
},
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"XXX",
|
"XZX",
|
||||||
"X#X",
|
"X#X",
|
||||||
" # "
|
" # "
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue