Corrosive Demon Tile Wall
bloodmagic:dungeon_tile_wall_corrosive

Corrosive Demon Tile Wall

Blood Magic · by WayofTime
block Dungeon CorrosiveDungeon CorrosivePickaxe MineableNeeds Stone ToolWalls

Acquisition

Crafting using Corrosive Demon Stone Tiles, Corrosive Demon Stone Tiles, Corrosive Demon Stone Tiles, Corrosive Demon Stone Tiles, Corrosive Demon Stone Tiles and Corrosive Demon Stone Tiles, arranged in the pattern shown. Produces 6× Corrosive Demon Tile Wall.

Crafting
Corrosive Demon Tile Wall Corrosive Demon Tile Wall ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Corrosive Demon Tile Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
bloodmagic:dungeon_tile_wall_corrosive
Namespace
bloodmagic
Mod ID
bloodmagic
Tags (5)
bloodmagic:blocks/dungeon_corrosive
bloodmagic:items/dungeon_corrosive
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_stone_tool
minecraft:blocks/walls

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "tag": "bloodmagic:dungeon_corrosive"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "bloodmagic:dungeon_tile_corrosive"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}