enderio:fused_quartz_a

Fused Quartz A

Ender IO · by CrazyPants, tterrag, HenryLoenwind, MatthiasM, CyanideX, EpicSquid, Rover656, HypherionSA, agnor99, Ferri_Arnus, dphaldes
item Fused QuartzFused QuartzFused Quartz A

Acquisition

Crafting using Fused Quartz Na, Fused Quartz Na, Fused Quartz Na, Fused Quartz Na, Redstone Torch, Fused Quartz Na, Fused Quartz Na, Fused Quartz Na and Fused Quartz Na, arranged in the pattern shown. Produces 8× Fused Quartz A.

Crafting
Fused Quartz A ×8 guaranteed

Crafting using Fused Quartz, Fused Quartz, Fused Quartz, Fused Quartz, Animal Token, Fused Quartz, Fused Quartz, Fused Quartz and Fused Quartz, arranged in the pattern shown. Produces 8× Fused Quartz A.

Crafting
Fused Quartz A ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Fused Quartz A1–1100%Survives Explosion

Used in (1)

Crafting using Fused Quartz A, Fused Quartz A, Fused Quartz A, Fused Quartz A, Redstone Torch, Fused Quartz A, Fused Quartz A, Fused Quartz A and Fused Quartz A, arranged in the pattern shown. Produces 8× Fused Quartz Na.

Crafting
Fused Quartz Na ×8 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
enderio:fused_quartz_a
Namespace
enderio
Mod ID
enderio
Tags (3)
enderio:blocks/fused_quartz
enderio:items/fused_quartz
enderio:items/fused_quartz_a

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "GGG",
    "GTG",
    "GGG"
  ],
  "ingredients": {
    "G": {
      "item": "enderio:fused_quartz_na"
    },
    "T": {
      "item": "minecraft:redstone_torch"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "GGG",
    "GTG",
    "GGG"
  ],
  "ingredients": {
    "G": {
      "item": "enderio:fused_quartz"
    },
    "T": {
      "item": "enderio:animal_token"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}