Remove paxels other than wooden
This commit is contained in:
parent
7813c4e068
commit
0af5bc0937
1
data/paxelsfordummies/recipes/diamond_paxel.json
Normal file
1
data/paxelsfordummies/recipes/diamond_paxel.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
||||||
|
|
@ -1,22 +1 @@
|
||||||
{
|
{}
|
||||||
"type": "minecraft:crafting_shaped",
|
|
||||||
"pattern": [
|
|
||||||
"#*#",
|
|
||||||
"#/#",
|
|
||||||
" / "
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"#": {
|
|
||||||
"item": "minecraft:gold_ingot"
|
|
||||||
},
|
|
||||||
"*": {
|
|
||||||
"item": "minecraft:diamond"
|
|
||||||
},
|
|
||||||
"/": {
|
|
||||||
"item": "minecraft:stick"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "paxelsfordummies:golden_paxel"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1 @@
|
||||||
{
|
{}
|
||||||
"type": "minecraft:crafting_shaped",
|
|
||||||
"pattern": [
|
|
||||||
"#*#",
|
|
||||||
"#/#",
|
|
||||||
" / "
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"#": {
|
|
||||||
"item": "minecraft:iron_ingot"
|
|
||||||
},
|
|
||||||
"*": {
|
|
||||||
"item": "minecraft:gold_ingot"
|
|
||||||
},
|
|
||||||
"/": {
|
|
||||||
"item": "minecraft:stick"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "paxelsfordummies:iron_paxel"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
||||||
1
data/paxelsfordummies/recipes/netherite_paxel.json
Normal file
1
data/paxelsfordummies/recipes/netherite_paxel.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{}
|
||||||
|
|
@ -1,22 +1 @@
|
||||||
{
|
{}
|
||||||
"type": "minecraft:crafting_shaped",
|
|
||||||
"pattern": [
|
|
||||||
"#*#",
|
|
||||||
"#/#",
|
|
||||||
" / "
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"#": {
|
|
||||||
"tag": "minecraft:stone_tool_materials"
|
|
||||||
},
|
|
||||||
"*": {
|
|
||||||
"item": "minecraft:iron_ingot"
|
|
||||||
},
|
|
||||||
"/": {
|
|
||||||
"item": "minecraft:stick"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "paxelsfordummies:stone_paxel"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue