Stone Cutting using End Stone Brick Weathered. Produces End Stone Brick Weathered Slab.
End Stone Brick Weathered Slab
End Stone Brick Weathered Slab is a item from Unknown Mod, crafted from End Stone Brick Weathered.
Acquisition
Crafting using End Stone Brick Weathered, End Stone Brick Weathered and End Stone Brick Weathered, arranged in the pattern shown. Produces 6× End Stone Brick Weathered Slab.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| End Stone Brick Weathered Slab | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
betterend:end_stone_brick_weathered_slab- Namespace
betterend- Mod ID
unknown- Tags (3)
minecraft:blocks/mineable/pickaxe minecraft:blocks/slabs minecraft:items/slabs
Recipe JSON (2):
{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"item": "betterend:end_stone_brick_weathered"
},
"conditions": [],
"sequence": null,
"group_name": "slab",
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###"
],
"ingredients": {
"#": {
"item": "betterend:end_stone_brick_weathered"
}
},
"conditions": [],
"sequence": null,
"group_name": "slab",
"experience": null,
"cooking_time": null
}