1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
This commit is contained in:
2021-01-31 16:23:02 +01:00
parent b17248b785
commit 5e1e0a28a1
117 changed files with 2563 additions and 592 deletions

View File

@ -0,0 +1,11 @@
{
"type": "botanypots:crop",
"seed": { "item": "undergarden:glowing_kelp" },
"categories": ["water"],
"growthTicks": 1000,
"display": { "block": "undergarden:glowing_kelp_plant", "renderFluid": false },
"results": [
{ "chance": 0.75, "output": { "item": "undergarden:glowing_kelp" }, "minRolls": 1, "maxRolls": 1 },
{ "chance": 0.05, "output": { "item": "undergarden:glowing_kelp" }, "minRolls": 1, "maxRolls": 2 }
]
}