Re-add paxel crafting recipes

This commit is contained in:
Sergeant Acoustic 2025-09-06 23:56:01 +01:00
parent 1f4faad24d
commit 26e6de7a2f
5 changed files with 66 additions and 5 deletions

View file

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

View file

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

View file

@ -1 +1,22 @@
{}
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#*#",
"#/#",
" / "
],
"key": {
"#": {
"tag": "minecraft:stone_tool_materials"
},
"*": {
"item": "minecraft:iron_ingot"
},
"/": {
"item": "minecraft:stick"
}
},
"result": {
"item": "paxelsfordummies:stone_paxel"
}
}