Files
IMoO/recipes_old/light_weighted_pressure_plate.json
T
2022-01-24 20:17:51 +03:00

23 lines
388 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:light_weighted_pressure_plate"
},
"tags": [ "crafting_table" ],
"pattern": [
"##"
],
"key": {
"#": {
"item": "minecraft:gold_ingot"
}
},
"result": {
"item": "minecraft:light_weighted_pressure_plate"
}
}
}