Skip to content

Commit

Permalink
Add support for Cold Sweat.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkhax committed Apr 17, 2024
1 parent 3e12edb commit ef65ba4
Showing 1 changed file with 39 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"bookshelf:load_conditions": [
{
"type": "bookshelf:item_exists",
"values": [
"cold_sweat:soul_sprout"
]
}
],
"type": "botanypots:crop",
"seed": {
"item": "cold_sweat:soul_sprout"
},
"categories": [
"soul_sand"
],
"growthTicks": 1500,
"display": {
"block": "cold_sweat:soul_stalk",
"properties": {
"section": "3",
"age": 0
}
},
"drops": [
{
"chance": 1.00,
"output": {
"item": "cold_sweat:soul_sprout"
}
},
{
"chance": 0.05,
"output": {
"item": "cold_sweat:soul_sprout"
}
}
]
}

1 comment on commit ef65ba4

@GlauberBlox
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add for garlic that is on vampirism or i can enable it somewhere?

Please sign in to comment.