Remove paxels other than wooden

This commit is contained in:
Sergeant Acoustic 2025-09-05 04:45:40 +01:00
parent 7813c4e068
commit 0af5bc0937
5 changed files with 5 additions and 66 deletions

View file

@ -0,0 +1 @@
{}

View file

@ -1,22 +1 @@
{ {}
"type": "minecraft:crafting_shaped",
"pattern": [
"#*#",
"#/#",
" / "
],
"key": {
"#": {
"item": "minecraft:gold_ingot"
},
"*": {
"item": "minecraft:diamond"
},
"/": {
"item": "minecraft:stick"
}
},
"result": {
"item": "paxelsfordummies:golden_paxel"
}
}

View file

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

View file

@ -0,0 +1 @@
{}

View file

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