-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #325 from gottsch/1.18.2-develop
1.18.2 develop
- Loading branch information
Showing
20 changed files
with
237 additions
and
94 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
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
6 changes: 0 additions & 6 deletions
6
src/generated/resources/assets/treasure2/models/item/adornments_tab.json
This file was deleted.
Oops, something went wrong.
34 changes: 34 additions & 0 deletions
34
...resources/data/treasure2/advancements/recipes/treasure2/gravestone1_polished_granite.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,34 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"treasure2:gravestone1_polished_granite" | ||
] | ||
}, | ||
"criteria": { | ||
"has_tool": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"treasure2:treasure_tool" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "treasure2:gravestone1_polished_granite" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_tool", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
...resources/data/treasure2/advancements/recipes/treasure2/gravestone2_polished_granite.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,34 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"treasure2:gravestone2_polished_granite" | ||
] | ||
}, | ||
"criteria": { | ||
"has_tool": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"treasure2:treasure_tool" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "treasure2:gravestone2_polished_granite" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_tool", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
...resources/data/treasure2/advancements/recipes/treasure2/gravestone3_polished_granite.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,34 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"treasure2:gravestone3_polished_granite" | ||
] | ||
}, | ||
"criteria": { | ||
"has_tool": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"treasure2:treasure_tool" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "treasure2:gravestone3_polished_granite" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_tool", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
19 changes: 19 additions & 0 deletions
19
src/generated/resources/data/treasure2/recipes/gravestone1_polished_granite.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,19 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
" t", | ||
" ", | ||
" x " | ||
], | ||
"key": { | ||
"x": { | ||
"item": "minecraft:polished_granite" | ||
}, | ||
"t": { | ||
"item": "treasure2:treasure_tool" | ||
} | ||
}, | ||
"result": { | ||
"item": "treasure2:gravestone1_polished_granite" | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/generated/resources/data/treasure2/recipes/gravestone2_polished_granite.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,19 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
" t", | ||
" x ", | ||
" x " | ||
], | ||
"key": { | ||
"x": { | ||
"item": "minecraft:polished_granite" | ||
}, | ||
"t": { | ||
"item": "treasure2:treasure_tool" | ||
} | ||
}, | ||
"result": { | ||
"item": "treasure2:gravestone2_polished_granite" | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/generated/resources/data/treasure2/recipes/gravestone3_polished_granite.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,19 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
" xt", | ||
" x ", | ||
" x " | ||
], | ||
"key": { | ||
"x": { | ||
"item": "minecraft:polished_granite" | ||
}, | ||
"t": { | ||
"item": "treasure2:treasure_tool" | ||
} | ||
}, | ||
"result": { | ||
"item": "treasure2:gravestone3_polished_granite" | ||
} | ||
} |
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
Binary file modified
BIN
+4.08 KB
(300%)
src/main/resources/assets/treasure2/textures/item/key/topaz_key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.