-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b51bb93
commit ff8717d
Showing
48 changed files
with
434 additions
and
68 deletions.
There are no files selected for viewing
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
6 changes: 4 additions & 2 deletions
6
src/main/generated/data/minecraft/tags/item/trim_templates.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 |
---|---|---|
@@ -1,9 +1,11 @@ | ||
{ | ||
"values": [ | ||
"trailiertales:desolation_armor_trim_smithing_template", | ||
"trailiertales:undead_armor_trim_smithing_template", | ||
"trailiertales:matrix_armor_trim_smithing_template", | ||
"trailiertales:geode_armor_trim_smithing_template", | ||
"trailiertales:overgrowth_armor_trim_smithing_template" | ||
"trailiertales:overgrowth_armor_trim_smithing_template", | ||
"trailiertales:martyr_armor_trim_smithing_template", | ||
"trailiertales:zephyr_armor_trim_smithing_template", | ||
"trailiertales:cot_armor_trim_smithing_template" | ||
] | ||
} |
10 changes: 5 additions & 5 deletions
10
...trim_smithing_template_smithing_trim.json → ...isc/cot_armor_trim_smithing_template.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 |
---|---|---|
@@ -1,32 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_smithing_trim_template": { | ||
"has_cot_armor_trim_smithing_template": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "trailiertales:desolation_armor_trim_smithing_template" | ||
"items": "trailiertales:cot_armor_trim_smithing_template" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "trailiertales:desolation_armor_trim_smithing_template_smithing_trim" | ||
"recipe": "trailiertales:cot_armor_trim_smithing_template" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_smithing_trim_template" | ||
"has_cot_armor_trim_smithing_template" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"trailiertales:desolation_armor_trim_smithing_template_smithing_trim" | ||
"trailiertales:cot_armor_trim_smithing_template" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...rated/data/trailiertales/advancement/recipes/misc/geode_armor_trim_smithing_template.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_geode_armor_trim_smithing_template": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "trailiertales:geode_armor_trim_smithing_template" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "trailiertales:geode_armor_trim_smithing_template" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_geode_armor_trim_smithing_template" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"trailiertales:geode_armor_trim_smithing_template" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ated/data/trailiertales/advancement/recipes/misc/martyr_armor_trim_smithing_template.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_martyr_armor_trim_smithing_template": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "trailiertales:martyr_armor_trim_smithing_template" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "trailiertales:martyr_armor_trim_smithing_template" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_martyr_armor_trim_smithing_template" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"trailiertales:martyr_armor_trim_smithing_template" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ated/data/trailiertales/advancement/recipes/misc/matrix_armor_trim_smithing_template.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_matrix_armor_trim_smithing_template": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "trailiertales:matrix_armor_trim_smithing_template" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "trailiertales:matrix_armor_trim_smithing_template" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_matrix_armor_trim_smithing_template" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"trailiertales:matrix_armor_trim_smithing_template" | ||
] | ||
} | ||
} |
10 changes: 5 additions & 5 deletions
10
...olation_armor_trim_smithing_template.json → ...rgrowth_armor_trim_smithing_template.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 |
---|---|---|
@@ -1,32 +1,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_desolation_armor_trim_smithing_template": { | ||
"has_overgrowth_armor_trim_smithing_template": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "trailiertales:desolation_armor_trim_smithing_template" | ||
"items": "trailiertales:overgrowth_armor_trim_smithing_template" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "trailiertales:desolation_armor_trim_smithing_template" | ||
"recipe": "trailiertales:overgrowth_armor_trim_smithing_template" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_desolation_armor_trim_smithing_template" | ||
"has_overgrowth_armor_trim_smithing_template" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"trailiertales:desolation_armor_trim_smithing_template" | ||
"trailiertales:overgrowth_armor_trim_smithing_template" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ated/data/trailiertales/advancement/recipes/misc/zephyr_armor_trim_smithing_template.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_the_recipe": { | ||
"conditions": { | ||
"recipe": "trailiertales:zephyr_armor_trim_smithing_template" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
}, | ||
"has_zephyr_armor_trim_smithing_template": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "trailiertales:zephyr_armor_trim_smithing_template" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_zephyr_armor_trim_smithing_template" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"trailiertales:zephyr_armor_trim_smithing_template" | ||
] | ||
} | ||
} |
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
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
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
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
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
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
24 changes: 24 additions & 0 deletions
24
src/main/generated/data/trailiertales/recipe/cot_armor_trim_smithing_template.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,24 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"#": { | ||
"item": "minecraft:diamond" | ||
}, | ||
"C": { | ||
"item": "minecraft:mud_bricks" | ||
}, | ||
"S": { | ||
"item": "trailiertales:cot_armor_trim_smithing_template" | ||
} | ||
}, | ||
"pattern": [ | ||
"#S#", | ||
"#C#", | ||
"###" | ||
], | ||
"result": { | ||
"count": 2, | ||
"id": "trailiertales:cot_armor_trim_smithing_template" | ||
} | ||
} |
12 changes: 0 additions & 12 deletions
12
...ated/data/trailiertales/recipe/desolation_armor_trim_smithing_template_smithing_trim.json
This file was deleted.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
src/main/generated/data/trailiertales/recipe/geode_armor_trim_smithing_template.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,24 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"#": { | ||
"item": "minecraft:diamond" | ||
}, | ||
"C": { | ||
"item": "minecraft:smooth_basalt" | ||
}, | ||
"S": { | ||
"item": "trailiertales:geode_armor_trim_smithing_template" | ||
} | ||
}, | ||
"pattern": [ | ||
"#S#", | ||
"#C#", | ||
"###" | ||
], | ||
"result": { | ||
"count": 2, | ||
"id": "trailiertales:geode_armor_trim_smithing_template" | ||
} | ||
} |
Oops, something went wrong.