mc_rebalance_datapack/data/minecraft/recipes/piston.json

28 lines
440 B
JSON
Raw Normal View History

2025-09-06 00:32:00 +00:00
{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"tag": "minecraft:stone_crafting_materials"
},
"R": {
"item": "minecraft:redstone"
},
"T": {
"tag": "minecraft:planks"
},
"X": {
"item": "minecraft:iron_ingot"
}
},
"pattern": [
"TTT",
"#X#",
"#R#"
],
"result": {
"item": "minecraft:piston"
},
"show_notification": true
}