regions_unexplored:brimwood_wood

Brimwood Wood

Regions Unexplored · by UHQ_GAMES
block WoodWoodBrimwood LogsBrimwood Logs

Acquisition

Crafting using Brimwood Log Magma, Brimwood Log Magma, Brimwood Log Magma and Brimwood Log Magma, arranged in the pattern shown. Produces 3× Brimwood Wood.

Crafting
Brimwood Wood ×3 guaranteed

Crafting using Brimwood Log, Brimwood Log, Brimwood Log and Brimwood Log, arranged in the pattern shown. Produces 3× Brimwood Wood.

Crafting
Brimwood Wood ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Brimwood Wood1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
regions_unexplored:brimwood_wood
Namespace
regions_unexplored
Mod ID
regions_unexplored
Tags (4)
forge:blocks/wood
forge:items/wood
regions_unexplored:blocks/brimwood_logs
regions_unexplored:items/brimwood_logs

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "regions_unexplored:brimwood_log_magma"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "bark",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "regions_unexplored:brimwood_log"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "bark",
  "experience": null,
  "cooking_time": null
}