malum:cut_soulwood_planks

Cut Soulwood Planks

Malum · by Sammy Semicolon
block Axe MineablePlanksPlanks

Cut Soulwood Planks is a block from Malum, crafted from Soulwood Panel and Soulwood Tiles.

Acquisition

Crafting using Soulwood Panel and Soulwood Tiles, arranged in the pattern shown. Produces 2× Cut Soulwood Planks.

Crafting
Cut Soulwood Planks ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Cut Soulwood Planks1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "X",
    "Y"
  ],
  "ingredients": {
    "X": {
      "item": "malum:soulwood_panel"
    },
    "Y": {
      "tag": "malum:soulwood_planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}