minecraft:glowstone

Glowstone

Minecraft · by Mojang Studios
block

Acquisition

Crushing using Any Emeraldite Ore (150 ticks). Produces Netherrack and Nugget of Experience and Glowstone and 2× Glowstone.

Crushing conditional
Any Emeraldite Ore Any Emeraldite Ore·members not yet documented

150 ticks

Netherrack 13%
Nugget of Experience Nugget of Experience 75%
Glowstone 50%
Glowstone ×2 guaranteed

Miner using Any Ores Miner. Produces Glowstone.

Miner
Glowstone guaranteed

Padded using UU-Matter and UU-Matter, arranged in the pattern shown. Produces Glowstone.

Padded
UU-Matter
UU-Matter
Glowstone guaranteed

Scrapbox using Scrap Box. Produces Glowstone.

Scrapbox
Glowstone guaranteed

Crafting using Glowstone Dust, Glowstone Dust, Glowstone Dust and Glowstone Dust, arranged in the pattern shown. Produces Glowstone.

Crafting
Glowstone Dust
Glowstone Dust
Glowstone Dust
Glowstone Dust
Glowstone guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Bastion Hoglin Stable (minecraft) minecraft:bastion_hoglin_stable1–1100%
Glowstone1–1100%Drops itself with Silk Touch

Used in (2)

Crafting using Crying Obsidian, Crying Obsidian, Crying Obsidian, Glowstone, Glowstone, Glowstone, Crying Obsidian, Crying Obsidian and Crying Obsidian, arranged in the pattern shown. Produces Respawn Anchor.

Crafting
Respawn Anchor guaranteed

Crafting using Redstone Dust, Redstone Dust, Glowstone, Redstone Dust and Redstone Dust, arranged in the pattern shown. Produces Redstone Lamp.

Crafting
Redstone Lamp guaranteed

Block drops

dropscountchanceconditions
Glowstone1–1100%Drops itself with Silk Touch
Glowstone Dust1–1100%Fortune increases drop count
Developer reference
Registry name
minecraft:glowstone
Namespace
minecraft
Mod ID
minecraft

Recipe JSON (6):

{
  "recipe_type": "create:crushing",
  "pattern": null,
  "ingredients": {
    "tag": "forge:ores/emeraldite"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "biomeswevegone"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 150
}
{
  "recipe_type": "occultism:miner",
  "pattern": null,
  "ingredients": {
    "tag": "occultism:miners/ores"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "reborncore:padded",
  "pattern": [
    "UU ",
    "   ",
    "   "
  ],
  "ingredients": {
    "U": {
      "item": "techreborn:uu_matter"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:scrapbox",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:scrap_box"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:glowstone_dust"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:chemical_reactor",
  "pattern": null,
  "ingredients": [
    {
      "tag": "c:glowstone_small_dusts"
    },
    {
      "item": "minecraft:sea_lantern"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}