Skip to content

Commit

Permalink
Add support for Blockus
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkhax committed May 1, 2023
1 parent d770114 commit a5bc28e
Showing 1 changed file with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"bookshelf:load_conditions": [
{
"type": "bookshelf:item_exists",
"values": [
"blockus:rainbow_rose"
]
}
],
"type": "botanypots:crop",
"seed": {
"item": "blockus:rainbow_rose"
},
"categories": [
"dirt",
"farmland"
],
"growthTicks": 1200,
"display": {
"type": "botanypots:aging",
"block": "blockus:rainbow_rose"
},
"drops": [
{
"chance": 1.00,
"output": {
"item": "blockus:rainbow_rose"
}
}
]
}

0 comments on commit a5bc28e

Please sign in to comment.