Skip to content

Commit

Permalink
Add support for new fluid addition of Botany Pots #30
Browse files Browse the repository at this point in the history
  • Loading branch information
cech12 committed Oct 28, 2020
1 parent 1c1ecd4 commit 3fd1ce4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "botanypots"
}
],
"type": "botanypots:soil",
"input": {
"type": "ceramicbucket:filled_ceramic_bucket",
"tag": "minecraft:lava"
},
"display": {
"block": "minecraft:lava"
},
"categories": ["lava", "fluid", "liquid"],
"growthModifier": 0
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "botanypots"
}
],
"type": "botanypots:soil",
"input": {
"type": "ceramicbucket:filled_ceramic_bucket",
"tag": "minecraft:water"
},
"display": {
"block": "minecraft:water"
},
"categories": ["water", "fluid", "liquid"],
"growthModifier": 0
}

0 comments on commit 3fd1ce4

Please sign in to comment.