Crafting using Brick, Bone Meal, Brick, Brick, Rich Soil, Brick, Brick, Brick and Brick, arranged in the pattern shown. Produces Planter.
Planter
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Crafting using Brick, Bone Meal, Brick, Brick, Dirt, Brick, Brick, Brick and Brick, arranged in the pattern shown. Produces Planter.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Planter | 1–1 | 100% | Survives Explosion |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Planter | 1–1 | 100% | Survives Explosion |
Developer reference
- Registry name
supplementaries:planter- Namespace
supplementaries- Mod ID
supplementaries- Tags (4)
minecraft:blocks/big_dripleaf_placeable minecraft:blocks/small_dripleaf_placeable supplementaries:blocks/planters supplementaries:blocks/prevents_offset_above
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"101",
"121",
"111"
],
"ingredients": {
"0": {
"item": "minecraft:bone_meal"
},
"1": {
"item": "minecraft:brick"
},
"2": {
"item": "farmersdelight:rich_soil"
}
},
"conditions": [
{
"raw": {
"flag": "planter",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
},
{
"raw": {
"flag": "rich_soil_planter",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
},
{
"raw": {
"type": "forge:mod_loaded",
"modid": "farmersdelight"
},
"type": "forge:mod_loaded"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"010",
"020",
"000"
],
"ingredients": {
"0": {
"item": "minecraft:brick"
},
"1": {
"item": "minecraft:bone_meal"
},
"2": {
"item": "minecraft:dirt"
}
},
"conditions": [
{
"raw": {
"flag": "planter",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
},
{
"raw": {
"type": "forge:or",
"values": [
{
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "farmersdelight"
}
},
{
"type": "forge:not",
"value": {
"flag": "rich_soil_planter",
"type": "supplementaries:flag"
}
}
]
},
"type": "forge:or"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
