Skip to content

Commit

Permalink
Add support for Ice and Fire lily plants.
Browse files Browse the repository at this point in the history
This resolves issue #374
  • Loading branch information
Darkhax committed Mar 8, 2024
1 parent 36e4eb7 commit 0e774af
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"bookshelf:load_conditions": [
{
"type": "bookshelf:item_exists",
"values": [
"iceandfire:fire_lily"
]
}
],
"type": "botanypots:crop",
"seed": {
"item": "iceandfire:fire_lily"
},
"categories": [
"dirt",
"farmland",
"sand",
"gravel",
"nether"
],
"growthTicks": 1500,
"display": {
"type": "botanypots:aging",
"block": "iceandfire:fire_lily"
},
"drops": [
{
"chance": 1.00,
"output": {
"item": "iceandfire:fire_lily"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"bookshelf:load_conditions": [
{
"type": "bookshelf:item_exists",
"values": [
"iceandfire:frost_lily"
]
}
],
"type": "botanypots:crop",
"seed": {
"item": "iceandfire:frost_lily"
},
"categories": [
"dirt",
"farmland",
"ice"
],
"growthTicks": 1500,
"display": {
"type": "botanypots:aging",
"block": "iceandfire:frost_lily"
},
"drops": [
{
"chance": 1.00,
"output": {
"item": "iceandfire:frost_lily"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"bookshelf:load_conditions": [
{
"type": "bookshelf:item_exists",
"values": [
"iceandfire:lightning_lily"
]
}
],
"type": "botanypots:crop",
"seed": {
"item": "iceandfire:lightning_lily"
},
"categories": [
"dirt",
"farmland",
"sand"
],
"growthTicks": 1500,
"display": {
"type": "botanypots:aging",
"block": "iceandfire:lightning_lily"
},
"drops": [
{
"chance": 1.00,
"output": {
"item": "iceandfire:lightning_lily"
}
}
]
}

0 comments on commit 0e774af

Please sign in to comment.