byg:magmatic_stone

Magmatic Stone

Oh The Biomes You'll Go · by AOCAWOL, Corgi Taco, YaBoiChips
block Base Stone NetherInfiniburn Overworld

Acquisition

Casting Basin using no listed ingredients. Produces Magmatic Stone.

Casting Basin conditional
Magmatic Stone guaranteed

Crafting using Blackstone, Blackstone, Blackstone, Blackstone, Lava Bucket, Blackstone, Blackstone, Blackstone and Blackstone, arranged in the pattern shown. Produces 8× Magmatic Stone.

Crafting
Magmatic Stone ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Magmatic Stone1–1100%Survives Explosion

Used in (2)

Melting using Magmatic Stone. Produces an unresolved result.

Melting conditional

Blasting using Magmatic Stone (150 ticks, 0.1 xp). Produces Magma Block.

Blasting

150 ticks· 0.1 xp

Magma Block guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
byg:magmatic_stone
Namespace
byg
Mod ID
byg
Tags (2)
minecraft:blocks/base_stone_nether
minecraft:blocks/infiniburn_overworld

Recipe JSON (2):

{
  "recipe_type": "tconstruct:casting_basin",
  "pattern": null,
  "ingredients": null,
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "tconstruct"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#E#",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:blackstone"
    },
    "E": {
      "item": "minecraft:lava_bucket"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}