Skip to content

Commit

Permalink
Added support for Druidcraft. Thanks to nooby.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkhax committed Apr 25, 2020
1 parent aa0f5c2 commit bc534f5
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"type": "botanypots:crop",
"seed": {
"item": "druidcraft:blueberries"
},
"categories":["dirt"],
"growthTicks": 3,
"growthModifier": 0.8,
"display": {
"block": "druidcraft:blueberry_bush",
"properties": {
"age": 3
}
},
"results": [
{
"chance": 0.90,
"output": {
"item": "druidcraft:blueberries"
},
"minRolls": 1,
"maxRolls": 1
},
{
"chance": 0.05,
"output": {
"item": "druidcraft:blueberries"
},
"minRolls": 1,
"maxRolls": 2
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"type": "botanypots:crop",
"seed": {
"item": "druidcraft:hemp_seeds"
},
"categories":["dirt"],
"growthTicks": 3,
"growthModifier": 1.5,
"display": {
"block": "druidcraft:hemp_crop",
"properties": {
"age": 2
}
},
"results": [
{
"chance": 0.75,
"output": {
"item": "druidcraft:hemp"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.05,
"output": {
"item": "druidcraft:hemp"
},
"minRolls": 1,
"maxRolls": 2
},
{
"chance": 0.05,
"output": {
"item": "druidcraft:hemp_seeds"
},
"minRolls": 1,
"maxRolls": 2
}
]
}

0 comments on commit bc534f5

Please sign in to comment.