Crafting using Raw Gold Brick Vertical Slab, in any arrangement. Produces Raw Gold Brick Slab.
Raw Gold Brick Slab
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Stone Cutting using Raw Gold Bricks. Produces Raw Gold Brick Slab.
Crafting using Raw Gold Bricks, Raw Gold Bricks and Raw Gold Bricks, arranged in the pattern shown. Produces 6× Raw Gold Brick Slab.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Raw Gold Brick Slab | 1–1 | 100% | — |
Used in (1)
Crafting using Raw Gold Brick Slab, Raw Gold Brick Slab and Raw Gold Brick Slab, arranged in the pattern shown. Produces 3× Raw Gold Brick Vertical Slab.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
quark:raw_gold_bricks_slab- Namespace
quark- Mod ID
quark- Tags (8)
forge:blocks/needs_iron_tool minecraft:blocks/guarded_by_piglins minecraft:blocks/mineable/pickaxe minecraft:blocks/needs_iron_tool minecraft:blocks/needs_stone_tool minecraft:blocks/slabs minecraft:items/piglin_loved minecraft:items/slabs
Recipe JSON (3):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": {
"item": "quark:raw_gold_bricks_vertical_slab"
},
"conditions": [
{
"raw": {
"flag": "vertical_slabs",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"item": "quark:raw_gold_bricks"
},
"conditions": [
{
"raw": {
"flag": "raw_metal_bricks",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###"
],
"ingredients": {
"#": {
"item": "quark:raw_gold_bricks"
}
},
"conditions": [
{
"raw": {
"flag": "raw_metal_bricks",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
