Chemical Reactor using White Dye and Glass Pane. Produces 16× White Stained Glass Pane.
Acquisition
Crafting using White Stained Glass, White Stained Glass, White Stained Glass, White Stained Glass, White Stained Glass and White Stained Glass, arranged in the pattern shown. Produces 16× White Stained Glass Pane.
Crafting using Glass Pane, Glass Pane, Glass Pane, Glass Pane, White Dye, Glass Pane, Glass Pane, Glass Pane and Glass Pane, arranged in the pattern shown. Produces 8× White Stained Glass Pane.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| White Stained Glass Pane | 1–1 | 100% | Drops itself with Silk Touch |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| White Stained Glass Pane | 1–1 | 100% | Drops itself with Silk Touch |
Developer reference
- Registry name
minecraft:white_stained_glass_pane- Namespace
minecraft- Mod ID
minecraft
Recipe JSON (3):
{
"recipe_type": "techreborn:chemical_reactor",
"pattern": null,
"ingredients": [
{
"item": "minecraft:white_dye"
},
{
"item": "minecraft:glass_pane"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###"
],
"ingredients": {
"#": {
"item": "minecraft:white_stained_glass"
}
},
"conditions": [],
"sequence": null,
"group_name": "stained_glass_pane",
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#$#",
"###"
],
"ingredients": {
"#": {
"item": "minecraft:glass_pane"
},
"$": {
"item": "minecraft:white_dye"
}
},
"conditions": [],
"sequence": null,
"group_name": "stained_glass_pane",
"experience": null,
"cooking_time": null
}
