mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
Updates
This commit is contained in:
11
kubejs[e6]/data/botanypots/recipes/crops/glitterkelp.json
Normal file
11
kubejs[e6]/data/botanypots/recipes/crops/glitterkelp.json
Normal 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 }
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user