Compressor using Saw Dust. Produces Wooden Plate.
Wooden Plate
Tech Reborn · by Team Reborn, modmuss50, drcrazy
Acquisition
Crafting using Stick, Stick, Any Planks, Stick and Stick, arranged in the pattern shown. Produces Wooden Plate.
Compressor using Any Planks. Produces Wooden Plate.
Related items
Developer reference
- Registry name
techreborn:wood_plate- Namespace
techreborn- Mod ID
techreborn- Tags (2)
c:items/wood_plates techreborn:items/plates
Recipe JSON (3):
{
"recipe_type": "techreborn:compressor",
"pattern": null,
"ingredients": {
"tag": "c:saw_dusts"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" S ",
"SWS",
" S "
],
"ingredients": {
"S": {
"item": "minecraft:stick"
},
"W": {
"tag": "minecraft:planks"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "techreborn:compressor",
"pattern": null,
"ingredients": {
"tag": "minecraft:planks"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
