Version 1.0.19b

This commit is contained in:
Adrian Marquis
2023-05-29 13:49:34 +00:00
parent 5386f164b9
commit b5ede55eba
927 changed files with 92525 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
{
"type": "botanypots:crop",
"seed": {
"item": "croptopia:pecan_sapling"
},
"categories": [
"dirt"
],
"growthTicks": 2400,
"display": {
"block": "croptopia:pecan_sapling"
},
"drops": [
{
"chance": 0.75,
"output": {
"item": "minecraft:oak_log"
},
"minRolls": 2,
"maxRolls": 4
},
{
"chance": 0.10,
"output": {
"item": "minecraft:stick"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.5,
"output": {
"item": "croptopia:pecan"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.05,
"output": {
"item": "croptopia:pecan_sapling"
}
}
]
}