block· Machines & Other Blocks

Stripped Echo Wood

Deeper and Darker · by Kyanite Team
block Modded Stripped WoodEcho LogsEcho Logs

Stripped Echo Wood is a block from Deeper and Darker, crafted from Stripped Echo Log.

Acquisition

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

Crafting
Stripped Echo Wood ×3 guaranteed

Cutting using Echo Wood (50 ticks). Produces Stripped Echo Wood.

Cutting conditional

50 ticks

Stripped Echo Wood guaranteed

Mining & drops

sourcecountchanceconditions
Stripped Echo Wood1–1100%Survives Explosion

Used in

Cutting using Stripped Echo Wood (50 ticks). Produces 6× Echo Planks.

Cutting conditional
Echo Planks ×6 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
deeperdarker:stripped_echo_wood
Namespace
deeperdarker
Mod ID
deeperdarker
Tags (3)
create:items/modded_stripped_wood
deeperdarker:blocks/echo_logs
deeperdarker:items/echo_logs

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "deeperdarker:stripped_echo_log"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "bark",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:cutting",
  "pattern": null,
  "ingredients": {
    "item": "deeperdarker:echo_wood"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 50
}