quark:duskbound_block

Duskbound Block

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Dragon ImmunePickaxe Mineable

Acquisition

Crafting using Purpur Block, Purpur Block, Purpur Block, Purpur Block, Obsidian, Purpur Block, Purpur Block, Purpur Block and Purpur Block, arranged in the pattern shown. Produces 16× Duskbound Block.

Crafting conditional
Duskbound Block ×16 guaranteed

Crafting using Purpur Block, Purpur Block, Purpur Block, Purpur Block, Dusky Myalite, Purpur Block, Purpur Block, Purpur Block and Purpur Block, arranged in the pattern shown. Produces 8× Duskbound Block.

Crafting conditional
Duskbound Block ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Duskbound Block1–1100%Survives Explosion

Used in (6)

Crafting using Duskbound Block, Duskbound Block, Duskbound Block, Duskbound Block, Duskbound Block and Duskbound Block, arranged in the pattern shown. Produces 4× Duskbound Stairs.

Crafting conditional
Duskbound Stairs Duskbound Stairs ×4 guaranteed

Crafting using Duskbound Block, Duskbound Block and Duskbound Block, arranged in the pattern shown. Produces 6× Duskbound Slab.

Crafting conditional
Duskbound Slab Duskbound Slab ×6 guaranteed

Crafting using Duskbound Block, Duskbound Block, Duskbound Block, Duskbound Block, Ender Pearl, Duskbound Block, Duskbound Block, Duskbound Block and Duskbound Block, arranged in the pattern shown. Produces 4× Duskbound Lantern.

Crafting conditional
Duskbound Lantern ×4 guaranteed
view all 6 →

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:duskbound_block
Namespace
quark
Mod ID
quark
Tags (2)
minecraft:blocks/dragon_immune
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PPP",
    "POP",
    "PPP"
  ],
  "ingredients": {
    "O": {
      "item": "minecraft:obsidian"
    },
    "P": {
      "item": "minecraft:purpur_block"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "duskbound_blocks",
            "type": "quark:flag"
          },
          {
            "type": "forge:not",
            "value": {
              "flag": "spiral_spires",
              "type": "quark:flag"
            }
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PPP",
    "POP",
    "PPP"
  ],
  "ingredients": {
    "O": {
      "item": "quark:dusky_myalite"
    },
    "P": {
      "item": "minecraft:purpur_block"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "duskbound_blocks",
            "type": "quark:flag"
          },
          {
            "flag": "spiral_spires",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}