Crafting using Any Glass, Stock Link and Any Gold Ingot, arranged in the pattern shown. Produces Stock Ticker.
Stock Ticker
Create · by simibubi
Acquisition
Crafting using Stock Ticker, in any arrangement. Produces Stock Ticker.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Stock Ticker | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Stock Ticker, in any arrangement. Produces Stock Ticker.
Block drops
Drops itself when broken.
Developer reference
- Registry name
create:stock_ticker- Namespace
create- Mod ID
create- Tags (2)
minecraft:blocks/mineable/axe minecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"C",
"A",
"B"
],
"ingredients": {
"A": {
"item": "create:stock_link"
},
"B": {
"tag": "forge:ingots/gold"
},
"C": {
"tag": "forge:glass"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": {
"item": "create:stock_ticker"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
