Wooden Plate
techreborn:wood_plate

Wooden Plate

Tech Reborn · by Team Reborn, modmuss50, drcrazy
item Wood PlatesPlates

Acquisition

Crafting using Stick, Stick, Any Planks, Stick and Stick, arranged in the pattern shown. Produces Wooden Plate.

Crafting
Wooden Plate Wooden Plate guaranteed
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
}