-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
229 changed files
with
2,652 additions
and
2,652 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
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/3513c90cf19585ba85dce4bb4961dfc418764cbe
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,2 +1,2 @@ | ||
// 1.21 2024-06-28T11:19:03.3435256 Vanilla Addition/Language (zh_hk) | ||
// 1.21 2024-06-28T11:48:03.7673116 Vanilla Addition/Language (zh_hk) | ||
81675f0f5667df06b68a41b410ae3b3147ecc7c6 assets\vanilla-addition\lang\zh_hk.json |
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/4455c36134312040c3981d1a65d87410e591c38c
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,2 +1,2 @@ | ||
// 1.21 2024-06-28T11:19:03.3577888 Vanilla Addition/Language (zh_cn) | ||
// 1.21 2024-06-28T11:48:03.7834176 Vanilla Addition/Language (zh_cn) | ||
6ddd3b471cb305ff5a8f5177889d0f6e0708b301 assets\vanilla-addition\lang\zh_cn.json |
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/46608147a03287dfdb8e0fa4f9102c4e2889225f
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
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/52b837f51544eeb314a89d0baa50276126ed9e15
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,2 +1,2 @@ | ||
// 1.21 2024-06-28T11:19:03.3444985 Vanilla Addition/Language (en_us) | ||
// 1.21 2024-06-28T11:48:03.7673116 Vanilla Addition/Language (en_us) | ||
c7f25e5a650c88c4350e5f7e1b4aff52545770df assets\vanilla-addition\lang\en_us.json |
266 changes: 133 additions & 133 deletions
266
src/main/generated/.cache/6a7e12ea7cf1015f5401221fbb1c9800a2881825
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/cf36120aef76dfc9135b307737d1c5e76a54edb4
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
32 changes: 32 additions & 0 deletions
32
...lla-addition/advancement/recipes/building_blocks/amethyst_stairs_from_amethyst_block.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_amethyst_block": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "minecraft:amethyst_block" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "vanilla-addition:amethyst_stairs_from_amethyst_block" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_amethyst_block" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"vanilla-addition:amethyst_stairs_from_amethyst_block" | ||
] | ||
} | ||
} |
10 changes: 5 additions & 5 deletions
10
.../building_blocks/mud_from_mud_stairs.json → ...ing_blocks/basalt_stairs_from_basalt.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_mud_stairs": { | ||
"has_basalt": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "vanilla-addition:mud_stairs" | ||
"items": "minecraft:basalt" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "vanilla-addition:mud_from_mud_stairs" | ||
"recipe": "vanilla-addition:basalt_stairs_from_basalt" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_mud_stairs" | ||
"has_basalt" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"vanilla-addition:mud_from_mud_stairs" | ||
"vanilla-addition:basalt_stairs_from_basalt" | ||
] | ||
} | ||
} |
10 changes: 5 additions & 5 deletions
10
.../amethyst_block_from_amethyst_stairs.json → ..._concrete_stairs_from_black_concrete.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_amethyst_stairs": { | ||
"has_black_concrete": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "vanilla-addition:amethyst_stairs" | ||
"items": "minecraft:black_concrete" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "vanilla-addition:amethyst_block_from_amethyst_stairs" | ||
"recipe": "vanilla-addition:black_concrete_stairs_from_black_concrete" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_amethyst_stairs" | ||
"has_black_concrete" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"vanilla-addition:amethyst_block_from_amethyst_stairs" | ||
"vanilla-addition:black_concrete_stairs_from_black_concrete" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...on/advancement/recipes/building_blocks/black_terracotta_stairs_from_black_terracotta.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_black_terracotta": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "minecraft:black_terracotta" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "vanilla-addition:black_terracotta_stairs_from_black_terracotta" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_black_terracotta" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"vanilla-addition:black_terracotta_stairs_from_black_terracotta" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...addition/advancement/recipes/building_blocks/blue_concrete_stairs_from_blue_concrete.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_blue_concrete": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "minecraft:blue_concrete" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "vanilla-addition:blue_concrete_stairs_from_blue_concrete" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_blue_concrete" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"vanilla-addition:blue_concrete_stairs_from_blue_concrete" | ||
] | ||
} | ||
} |
Oops, something went wrong.