Mangrove Table
16×16 · BAKED

block· Machines & Other Blocks

Mangrove Table

Wood Type:
Another Furniture · by Starfish Studios
block TablesTables

Mangrove Table is a block from Another Furniture, crafted from Mangrove Planks and Stick.

Acquisition

Crafting using Mangrove Planks, Mangrove Planks, Mangrove Planks, Stick and Stick, arranged in the pattern shown. Produces 3× Mangrove Table.

Crafting
Mangrove Table Mangrove Table ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Mangrove Table1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
another_furniture:mangrove_table
Namespace
another_furniture
Mod ID
another_furniture
Tags (2)
another_furniture:blocks/tables
another_furniture:items/tables

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "/ /"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:mangrove_planks"
    },
    "/": {
      "item": "minecraft:stick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "tables",
  "experience": null,
  "cooking_time": null
}