Two Gold Pressure Plate recipes
NielsPilgaard opened this issue ยท 0 comments
Actually Useful Stonecutter-1.0.1 mc 1.16.1
Two Gold Pressure Plate recipes: One turns 1 Gold Ingot into 1 Pressure Plate, the other turns 1 Gold Ingot into 4 Pressure Plates, I'm guessing only one of them is intentional :)
1:
{
"group": "survivalfixes",
"type": "minecraft:stonecutting",
"count": 1,
"ingredient": {
"item": "minecraft:gold_ingot"
},
"result": "minecraft:light_weighted_pressure_plate"
}
2:
{
"group": "survivalfixes",
"type": "minecraft:stonecutting",
"count": 4,
"ingredient": {
"item": "minecraft:gold_ingot"
},
"result": "minecraft:light_weighted_pressure_plate"
}