malum:runewood_planks

Runewood Planks

Malum · by Sammy Semicolon
block Runewood PlanksAxe MineablePlanksPlanks

Runewood Planks is a block from Malum, crafted from Runewood Tiles.

Acquisition

Crafting using Runewood Tiles, Runewood Tiles, Runewood Tiles and Runewood Tiles, arranged in the pattern shown. Produces 4× Runewood Planks.

Crafting
Runewood Planks ×4 guaranteed

Crafting using Exposed Runewood Log, in any arrangement. Produces 4× Runewood Planks.

Crafting ⇆ any arrangement
Runewood Planks ×4 guaranteed

Cutting using Stripped Runewood Log (50 ticks). Produces 6× Runewood Planks.

Cutting conditional
Runewood Planks ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Runewood Planks1–1100%Survives Explosion

Used in (7)

Crafting using Runewood Planks, Hex Ash, Runewood Planks, Runewood Planks, Hallowed Gold Ingot and Runewood Planks, arranged in the pattern shown. Produces Weaver's Workbench.

Crafting
Weaver's Workbench Weaver's Workbench guaranteed

Crafting using Runewood Planks, Runewood Planks and Runewood Planks, arranged in the pattern shown. Produces 6× Runewood Planks Slab.

Crafting
Runewood Planks Slab Runewood Planks Slab ×6 guaranteed

Crafting using Runewood Planks, Runewood Planks, Runewood Planks, Runewood Planks, Runewood Planks and Runewood Planks, arranged in the pattern shown. Produces 4× Runewood Planks Stairs.

Crafting
Runewood Planks Stairs Runewood Planks Stairs ×4 guaranteed

Crafting using Runewood Planks, Hallowed Gold Ingot, Spectral Lens, Hallowed Gold Ingot and Runewood Planks, arranged in the pattern shown. Produces 2× Spectral Optic.

Crafting
Spectral Optic Spectral Optic ×2 guaranteed

Crafting using Runewood Planks, Runewood Planks, Runewood Planks and Runewood Planks, arranged in the pattern shown. Produces 4× Vertical Runewood Planks.

Crafting
Vertical Runewood Planks ×4 guaranteed
view all 7 →

Block drops

Drops itself when broken.

Developer reference
Registry name
malum:runewood_planks
Namespace
malum
Mod ID
malum
Tags (4)
malum:items/runewood_planks
minecraft:blocks/mineable/axe
minecraft:blocks/planks
minecraft:items/planks

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " # ",
    "# #",
    " # "
  ],
  "ingredients": {
    "#": {
      "item": "malum:runewood_tiles"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "tag": "malum:runewood_logs"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "planks",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:cutting",
  "pattern": null,
  "ingredients": {
    "item": "malum:stripped_runewood_log"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 50
}