-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Missing facade crafting recipes
- Loading branch information
Showing
13 changed files
with
353 additions
and
1 deletion.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
...onduits/src/generated/resources/data/enderio/advancement/recipes/misc/conduit_facade.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_ingredient": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "enderio:conduit_binder" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "enderio:conduit_facade" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_ingredient" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"enderio:conduit_facade" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...rc/generated/resources/data/enderio/advancement/recipes/misc/hardened_conduit_facade.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_ingredient": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "enderio:conduit_binder" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "enderio:hardened_conduit_facade" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_ingredient" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"enderio:hardened_conduit_facade" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...generated/resources/data/enderio/advancement/recipes/misc/transparent_conduit_facade.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_ingredient": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "enderio:conduit_binder" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "enderio:transparent_conduit_facade" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_ingredient" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"enderio:transparent_conduit_facade" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...data/enderio/advancement/recipes/misc/transparent_conduit_facade_from_conduit_facade.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_ingredient": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "enderio:conduit_binder" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "enderio:transparent_conduit_facade_from_conduit_facade" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_ingredient" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"enderio:transparent_conduit_facade_from_conduit_facade" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
.../resources/data/enderio/advancement/recipes/misc/transparent_hardened_conduit_facade.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_ingredient": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "enderio:conduit_binder" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "enderio:transparent_hardened_conduit_facade" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_ingredient" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"enderio:transparent_hardened_conduit_facade" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...cement/recipes/misc/transparent_hardened_conduit_facade_from_hardened_conduit_facade.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_ingredient": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "enderio:conduit_binder" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "enderio:transparent_hardened_conduit_facade_from_hardened_conduit_facade" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_ingredient" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"enderio:transparent_hardened_conduit_facade_from_hardened_conduit_facade" | ||
] | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
enderio-conduits/src/generated/resources/data/enderio/recipe/conduit_facade.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,18 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"B": { | ||
"item": "enderio:conduit_binder" | ||
} | ||
}, | ||
"pattern": [ | ||
"BBB", | ||
"B B", | ||
"BBB" | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "enderio:conduit_facade" | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
enderio-conduits/src/generated/resources/data/enderio/recipe/hardened_conduit_facade.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,21 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"F": { | ||
"item": "enderio:conduit_facade" | ||
}, | ||
"O": { | ||
"tag": "c:dusts/obsidian" | ||
} | ||
}, | ||
"pattern": [ | ||
" O ", | ||
"OFO", | ||
" O " | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "enderio:hardened_conduit_facade" | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
enderio-conduits/src/generated/resources/data/enderio/recipe/transparent_conduit_facade.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,21 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"B": { | ||
"item": "enderio:conduit_binder" | ||
}, | ||
"G": { | ||
"tag": "c:glass_blocks/clear" | ||
} | ||
}, | ||
"pattern": [ | ||
"BBB", | ||
"BGB", | ||
"BBB" | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "enderio:transparent_conduit_facade" | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
...nerated/resources/data/enderio/recipe/transparent_conduit_facade_from_conduit_facade.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,16 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"category": "misc", | ||
"ingredients": [ | ||
{ | ||
"item": "enderio:conduit_facade" | ||
}, | ||
{ | ||
"tag": "c:glass_blocks/clear" | ||
} | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "enderio:transparent_conduit_facade" | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
...uits/src/generated/resources/data/enderio/recipe/transparent_hardened_conduit_facade.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,21 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"F": { | ||
"item": "enderio:transparent_conduit_facade" | ||
}, | ||
"O": { | ||
"tag": "c:dusts/obsidian" | ||
} | ||
}, | ||
"pattern": [ | ||
" O ", | ||
"OFO", | ||
" O " | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "enderio:transparent_hardened_conduit_facade" | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
...data/enderio/recipe/transparent_hardened_conduit_facade_from_hardened_conduit_facade.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,16 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"category": "misc", | ||
"ingredients": [ | ||
{ | ||
"item": "enderio:hardened_conduit_facade" | ||
}, | ||
{ | ||
"tag": "c:glass_blocks/clear" | ||
} | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "enderio:transparent_hardened_conduit_facade" | ||
} | ||
} |
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