-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Nature's Spirit compatibility. Thanks to PHIQW and ElectroArtifex.
* Added initial datapack zip from thread #90 * fixed recipes that referenced wrong modname
- Loading branch information
Showing
23 changed files
with
1,079 additions
and
0 deletions.
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
common/src/main/resources/data/botanytrees/recipes/naturesspirit/aspen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"bookshelf:load_conditions": [ | ||
{ | ||
"type": "bookshelf:item_exists", | ||
"values": [ | ||
"natures_spirit:aspen_sapling" | ||
] | ||
} | ||
], | ||
"type": "botanypots:crop", | ||
"seed": { | ||
"item": "natures_spirit:aspen_sapling" | ||
}, | ||
"categories": [ | ||
"dirt" | ||
], | ||
"growthTicks": 2400, | ||
"display": { | ||
"block": "natures_spirit:aspen_sapling" | ||
}, | ||
"drops": [ | ||
{ | ||
"chance": 1.00, | ||
"output": { | ||
"item": "natures_spirit:aspen_log" | ||
}, | ||
"minRolls": 2, | ||
"maxRolls": 4 | ||
}, | ||
{ | ||
"chance": 0.20, | ||
"output": { | ||
"item": "minecraft:stick" | ||
}, | ||
"minRolls": 1, | ||
"maxRolls": 2 | ||
}, | ||
{ | ||
"chance": 0.01, | ||
"output": { | ||
"item": "natures_spirit:aspen_sapling" | ||
} | ||
} | ||
] | ||
} |
51 changes: 51 additions & 0 deletions
51
common/src/main/resources/data/botanytrees/recipes/naturesspirit/blue_wisteria.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"bookshelf:load_conditions": [ | ||
{ | ||
"type": "bookshelf:item_exists", | ||
"values": [ | ||
"natures_spirit:blue_wisteria_sapling" | ||
] | ||
} | ||
], | ||
"type": "botanypots:crop", | ||
"seed": { | ||
"item": "natures_spirit:blue_wisteria_sapling" | ||
}, | ||
"categories": [ | ||
"dirt" | ||
], | ||
"growthTicks": 2400, | ||
"display": { | ||
"block": "natures_spirit:blue_wisteria_sapling" | ||
}, | ||
"drops": [ | ||
{ | ||
"chance": 1.00, | ||
"output": { | ||
"item": "natures_spirit:wisteria_log" | ||
}, | ||
"minRolls": 2, | ||
"maxRolls": 4 | ||
}, | ||
{ | ||
"chance": 0.20, | ||
"output": { | ||
"item": "minecraft:stick" | ||
}, | ||
"minRolls": 1, | ||
"maxRolls": 2 | ||
}, | ||
{ | ||
"chance": 0.01, | ||
"output": { | ||
"item": "natures_spirit:blue_wisteria_sapling" | ||
} | ||
}, | ||
{ | ||
"chance": 0.01, | ||
"output": { | ||
"item": "natures_spirit:blue_wisteria_vines" | ||
} | ||
} | ||
] | ||
} |
45 changes: 45 additions & 0 deletions
45
common/src/main/resources/data/botanytrees/recipes/naturesspirit/cedar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"bookshelf:load_conditions": [ | ||
{ | ||
"type": "bookshelf:item_exists", | ||
"values": [ | ||
"naturesspirit:cedar_sapling" | ||
] | ||
} | ||
], | ||
"type": "botanypots:crop", | ||
"seed": { | ||
"item": "naturesspirit:cedar_sapling" | ||
}, | ||
"categories": [ | ||
"dirt" | ||
], | ||
"growthTicks": 2400, | ||
"display": { | ||
"block": "naturesspirit:cedar_sapling" | ||
}, | ||
"drops": [ | ||
{ | ||
"chance": 1.00, | ||
"output": { | ||
"item": "naturesspirit:cedar_log" | ||
}, | ||
"minRolls": 2, | ||
"maxRolls": 4 | ||
}, | ||
{ | ||
"chance": 0.20, | ||
"output": { | ||
"item": "minecraft:stick" | ||
}, | ||
"minRolls": 1, | ||
"maxRolls": 2 | ||
}, | ||
{ | ||
"chance": 0.01, | ||
"output": { | ||
"item": "naturesspirit:cedar_sapling" | ||
} | ||
} | ||
] | ||
} |
51 changes: 51 additions & 0 deletions
51
common/src/main/resources/data/botanytrees/recipes/naturesspirit/coconut.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"bookshelf:load_conditions": [ | ||
{ | ||
"type": "bookshelf:item_exists", | ||
"values": [ | ||
"natures_spirit:coconut_sprout" | ||
] | ||
} | ||
], | ||
"type": "botanypots:crop", | ||
"seed": { | ||
"item": "natures_spirit:coconut_sprout" | ||
}, | ||
"categories": [ | ||
"dirt" | ||
], | ||
"growthTicks": 2400, | ||
"display": { | ||
"block": "natures_spirit:coconut_sprout" | ||
}, | ||
"drops": [ | ||
{ | ||
"chance": 1.00, | ||
"output": { | ||
"item": "natures_spirit:coconut_log" | ||
}, | ||
"minRolls": 2, | ||
"maxRolls": 4 | ||
}, | ||
{ | ||
"chance": 0.20, | ||
"output": { | ||
"item": "minecraft:stick" | ||
}, | ||
"minRolls": 1, | ||
"maxRolls": 2 | ||
}, | ||
{ | ||
"chance": 0.01, | ||
"output": { | ||
"item": "natures_spirit:coconut_sprout" | ||
} | ||
}, | ||
{ | ||
"chance": 0.01, | ||
"output": { | ||
"item": "natures_spirit:coconut" | ||
} | ||
} | ||
] | ||
} |
45 changes: 45 additions & 0 deletions
45
common/src/main/resources/data/botanytrees/recipes/naturesspirit/cypress.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"bookshelf:load_conditions": [ | ||
{ | ||
"type": "bookshelf:item_exists", | ||
"values": [ | ||
"natures_spirit:cypress_sapling" | ||
] | ||
} | ||
], | ||
"type": "botanypots:crop", | ||
"seed": { | ||
"item": "natures_spirit:cypress_sapling" | ||
}, | ||
"categories": [ | ||
"dirt" | ||
], | ||
"growthTicks": 2400, | ||
"display": { | ||
"block": "natures_spirit:cypress_sapling" | ||
}, | ||
"drops": [ | ||
{ | ||
"chance": 1.00, | ||
"output": { | ||
"item": "natures_spirit:cypress_log" | ||
}, | ||
"minRolls": 2, | ||
"maxRolls": 4 | ||
}, | ||
{ | ||
"chance": 0.20, | ||
"output": { | ||
"item": "minecraft:stick" | ||
}, | ||
"minRolls": 1, | ||
"maxRolls": 2 | ||
}, | ||
{ | ||
"chance": 0.01, | ||
"output": { | ||
"item": "natures_spirit:cypress_sapling" | ||
} | ||
} | ||
] | ||
} |
45 changes: 45 additions & 0 deletions
45
common/src/main/resources/data/botanytrees/recipes/naturesspirit/fir.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"bookshelf:load_conditions": [ | ||
{ | ||
"type": "bookshelf:item_exists", | ||
"values": [ | ||
"natures_spirit:fir_sapling" | ||
] | ||
} | ||
], | ||
"type": "botanypots:crop", | ||
"seed": { | ||
"item": "natures_spirit:fir_sapling" | ||
}, | ||
"categories": [ | ||
"dirt" | ||
], | ||
"growthTicks": 2400, | ||
"display": { | ||
"block": "natures_spirit:fir_sapling" | ||
}, | ||
"drops": [ | ||
{ | ||
"chance": 1.00, | ||
"output": { | ||
"item": "natures_spirit:fir_log" | ||
}, | ||
"minRolls": 2, | ||
"maxRolls": 4 | ||
}, | ||
{ | ||
"chance": 0.20, | ||
"output": { | ||
"item": "minecraft:stick" | ||
}, | ||
"minRolls": 1, | ||
"maxRolls": 2 | ||
}, | ||
{ | ||
"chance": 0.01, | ||
"output": { | ||
"item": "natures_spirit:fir_sapling" | ||
} | ||
} | ||
] | ||
} |
45 changes: 45 additions & 0 deletions
45
common/src/main/resources/data/botanytrees/recipes/naturesspirit/ghaf.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"bookshelf:load_conditions": [ | ||
{ | ||
"type": "bookshelf:item_exists", | ||
"values": [ | ||
"natures_spirit:ghaf_sapling" | ||
] | ||
} | ||
], | ||
"type": "botanypots:crop", | ||
"seed": { | ||
"item": "natures_spirit:ghaf_sapling" | ||
}, | ||
"categories": [ | ||
"dirt" | ||
], | ||
"growthTicks": 2400, | ||
"display": { | ||
"block": "natures_spirit:ghaf_sapling" | ||
}, | ||
"drops": [ | ||
{ | ||
"chance": 1.00, | ||
"output": { | ||
"item": "natures_spirit:ghaf_log" | ||
}, | ||
"minRolls": 2, | ||
"maxRolls": 4 | ||
}, | ||
{ | ||
"chance": 0.20, | ||
"output": { | ||
"item": "minecraft:stick" | ||
}, | ||
"minRolls": 1, | ||
"maxRolls": 2 | ||
}, | ||
{ | ||
"chance": 0.01, | ||
"output": { | ||
"item": "natures_spirit:ghaf_sapling" | ||
} | ||
} | ||
] | ||
} |
45 changes: 45 additions & 0 deletions
45
common/src/main/resources/data/botanytrees/recipes/naturesspirit/joshua.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"bookshelf:load_conditions": [ | ||
{ | ||
"type": "bookshelf:item_exists", | ||
"values": [ | ||
"natures_spirit:joshua_sapling" | ||
] | ||
} | ||
], | ||
"type": "botanypots:crop", | ||
"seed": { | ||
"item": "natures_spirit:joshua_sapling" | ||
}, | ||
"categories": [ | ||
"dirt" | ||
], | ||
"growthTicks": 2400, | ||
"display": { | ||
"block": "natures_spirit:joshua_sapling" | ||
}, | ||
"drops": [ | ||
{ | ||
"chance": 1.00, | ||
"output": { | ||
"item": "natures_spirit:joshua_log" | ||
}, | ||
"minRolls": 2, | ||
"maxRolls": 4 | ||
}, | ||
{ | ||
"chance": 0.20, | ||
"output": { | ||
"item": "minecraft:stick" | ||
}, | ||
"minRolls": 1, | ||
"maxRolls": 2 | ||
}, | ||
{ | ||
"chance": 0.01, | ||
"output": { | ||
"item": "natures_spirit:joshua_sapling" | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.