9 lines
323 B
JSON
9 lines
323 B
JSON
|
{
|
||
|
"type": "botanypots:soil",
|
||
|
"conditions": [{ "type": "forge:mod_loaded", "modid": "byg" }],
|
||
|
"input": { "item": "byg:blue_sand" },
|
||
|
"display": { "block": "byg:blue_sand" },
|
||
|
"categories": ["sand", "red_sand", "white_sand", "black_sand", "pink_sand", "blue_sand", "purple_sand"],
|
||
|
"growthModifier": 0
|
||
|
}
|