Skip to content

Commit d632181

Browse files
PhweeDevDarkhax
authored andcommitted
Fixed TConstruct Load Conditions
1 parent 6d8a7d9 commit d632181

32 files changed

+258
-2
lines changed

Common/src/main/resources/data/botanypots/recipes/tconstruct/crop/blood_slime_fern.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"tconstruct:blood_slime_fern"
7+
]
8+
}
9+
],
210
"type": "botanypots:crop",
311
"seed": {
412
"item": "tconstruct:blood_slime_fern"

Common/src/main/resources/data/botanypots/recipes/tconstruct/crop/blood_slime_tall_grass.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"tconstruct:blood_slime_tall_grass"
7+
]
8+
}
9+
],
210
"type": "botanypots:crop",
311
"seed": {
412
"item": "tconstruct:blood_slime_tall_grass"

Common/src/main/resources/data/botanypots/recipes/tconstruct/crop/earth_slime_fern.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"tconstruct:earth_slime_fern"
7+
]
8+
}
9+
],
210
"type": "botanypots:crop",
311
"seed": {
412
"item": "tconstruct:earth_slime_fern"

Common/src/main/resources/data/botanypots/recipes/tconstruct/crop/earth_slime_tall_grass.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"tconstruct:earth_slime_tall_grass"
7+
]
8+
}
9+
],
210
"type": "botanypots:crop",
311
"seed": {
412
"item": "tconstruct:earth_slime_tall_grass"

Common/src/main/resources/data/botanypots/recipes/tconstruct/crop/ender_slime_fern.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"tconstruct:ender_slime_fern"
7+
]
8+
}
9+
],
210
"type": "botanypots:crop",
311
"seed": {
412
"item": "tconstruct:ender_slime_fern"

Common/src/main/resources/data/botanypots/recipes/tconstruct/crop/ender_slime_tall_grass.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"tconstruct:ender_slime_tall_grass"
7+
]
8+
}
9+
],
210
"type": "botanypots:crop",
311
"seed": {
412
"item": "tconstruct:ender_slime_tall_grass"

Common/src/main/resources/data/botanypots/recipes/tconstruct/crop/sky_slime_fern.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"tconstruct:sky_slime_fern"
7+
]
8+
}
9+
],
210
"type": "botanypots:crop",
311
"seed": {
412
"item": "tconstruct:sky_slime_fern"

Common/src/main/resources/data/botanypots/recipes/tconstruct/crop/sky_slime_tall_grass.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"tconstruct:sky_slime_tall_grass"
7+
]
8+
}
9+
],
210
"type": "botanypots:crop",
311
"seed": {
412
"item": "tconstruct:sky_slime_tall_grass"

Common/src/main/resources/data/botanypots/recipes/tconstruct/soil/blood_earth_slime_grass.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"tconstruct:blood_earth_slime_grass"
7+
]
8+
}
9+
],
210
"type": "botanypots:soil",
311
"input": {
412
"item": "tconstruct:blood_earth_slime_grass"

Common/src/main/resources/data/botanypots/recipes/tconstruct/soil/blood_ender_slime_grass.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"tconstruct:blood_ender_slime_grass"
7+
]
8+
}
9+
],
210
"type": "botanypots:soil",
311
"input": {
412
"item": "tconstruct:blood_ender_slime_grass"

0 commit comments

Comments
 (0)