Crafting using Any Wooden Slabs, Any Wooden Slabs and Any Wooden Slabs, arranged in the pattern shown. Produces 2× Item Shelf.
Item Shelf
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Item Shelf | 1–1 | 100% | Survives Explosion |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Item Shelf | 1–1 | 100% | Survives Explosion |
Developer reference
- Registry name
supplementaries:item_shelf- Namespace
supplementaries- Mod ID
supplementaries
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"000"
],
"ingredients": {
"0": {
"tag": "minecraft:wooden_slabs"
}
},
"conditions": [
{
"raw": {
"flag": "item_shelf",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
},
{
"raw": {
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "suppsquared"
}
},
"type": "forge:not"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}