-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Hevea Brasiliensis World Generation
Fix RubberExtractorItem Move Features To Data Generator Add Missing Recipes Bump Version
- Loading branch information
1 parent
8bd7dd4
commit e240a1d
Showing
2,055 changed files
with
52,761 additions
and
618 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/171a5fea2de5104463020a45cb40c2789069fea5
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/90eeb0d915a79c389c7026cb5e3cb8d595013f56
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-21T21:27:39.1129244 Extravaganza!/Tags for minecraft:item | ||
// 1.21 2024-06-24T20:23:24.0552352 Extravaganza!/Tags for minecraft:item | ||
12fafce95f6a2e9842735796145b2d610a1eb57a data\extravaganza\tags\item\festive_balls.json |
90 changes: 45 additions & 45 deletions
90
src/main/generated/.cache/97a4721ed155c6fdfa3ad558e447c8340a205f56
Large diffs are not rendered by default.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
src/main/generated/.cache/998472689041e178bce30ce8683c5024eec036d4
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,3 @@ | ||
// 1.21 2024-06-24T20:23:24.0552352 Extravaganza!/Extravaganza World Generation | ||
4b7657ecaf6253a401fc80be063f3a21b060687d data\extravaganza\worldgen\configured_feature\hevea_brasiliensis.json | ||
cf3a85bd6efafc61465f552813771baf982ab901 data\extravaganza\worldgen\placed_feature\hevea_brasiliensis_checked.json |
3,010 changes: 2,525 additions & 485 deletions
3,010
src/main/generated/.cache/d37a63a7993c504d0eaad0ecdd7aacdf9f76c455
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/main/generated/.cache/ea38d437bba961a39355c1fcb8fe7bfeb267e512
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-21T21:27:39.1018023 Extravaganza!/Language (en_us) | ||
// 1.21 2024-06-24T20:23:24.0312342 Extravaganza!/Language (en_us) | ||
4b1f9aeb8b26e6f65900525948e6dcfe66703728 assets\extravaganza\lang\en_us.json |
32 changes: 32 additions & 0 deletions
32
...ta/extravaganza/advancement/recipes/building_blocks/black_barred_festive_rubber_slab.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_barred_festive_rubber_slab": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "extravaganza:black_barred_festive_rubber_slab" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "extravaganza:black_barred_festive_rubber_slab" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_black_barred_festive_rubber_slab" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"extravaganza:black_barred_festive_rubber_slab" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
.../extravaganza/advancement/recipes/building_blocks/black_barred_festive_rubber_stairs.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_barred_festive_rubber_stairs": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "extravaganza:black_barred_festive_rubber_stairs" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "extravaganza:black_barred_festive_rubber_stairs" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_black_barred_festive_rubber_stairs" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"extravaganza:black_barred_festive_rubber_stairs" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ta/extravaganza/advancement/recipes/building_blocks/black_barred_festive_rubber_wall.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_barred_festive_rubber_wall": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "extravaganza:black_barred_festive_rubber_wall" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "extravaganza:black_barred_festive_rubber_wall" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_black_barred_festive_rubber_wall" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"extravaganza:black_barred_festive_rubber_wall" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...data/extravaganza/advancement/recipes/building_blocks/black_bent_festive_rubber_slab.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_bent_festive_rubber_slab": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "extravaganza:black_bent_festive_rubber_slab" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "extravaganza:black_bent_festive_rubber_slab" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_black_bent_festive_rubber_slab" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"extravaganza:black_bent_festive_rubber_slab" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ta/extravaganza/advancement/recipes/building_blocks/black_bent_festive_rubber_stairs.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_bent_festive_rubber_stairs": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "extravaganza:black_bent_festive_rubber_stairs" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "extravaganza:black_bent_festive_rubber_stairs" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_black_bent_festive_rubber_stairs" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"extravaganza:black_bent_festive_rubber_stairs" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...data/extravaganza/advancement/recipes/building_blocks/black_bent_festive_rubber_wall.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_bent_festive_rubber_wall": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "extravaganza:black_bent_festive_rubber_wall" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "extravaganza:black_bent_festive_rubber_wall" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_black_bent_festive_rubber_wall" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"extravaganza:black_bent_festive_rubber_wall" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ta/extravaganza/advancement/recipes/building_blocks/black_curved_festive_rubber_slab.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_curved_festive_rubber_slab": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "extravaganza:black_curved_festive_rubber_slab" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "extravaganza:black_curved_festive_rubber_slab" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_black_curved_festive_rubber_slab" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"extravaganza:black_curved_festive_rubber_slab" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
.../extravaganza/advancement/recipes/building_blocks/black_curved_festive_rubber_stairs.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_curved_festive_rubber_stairs": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "extravaganza:black_curved_festive_rubber_stairs" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "extravaganza:black_curved_festive_rubber_stairs" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_black_curved_festive_rubber_stairs" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"extravaganza:black_curved_festive_rubber_stairs" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ta/extravaganza/advancement/recipes/building_blocks/black_curved_festive_rubber_wall.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_curved_festive_rubber_wall": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "extravaganza:black_curved_festive_rubber_wall" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "extravaganza:black_curved_festive_rubber_wall" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_black_curved_festive_rubber_wall" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"extravaganza:black_curved_festive_rubber_wall" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ta/extravaganza/advancement/recipes/building_blocks/black_dotted_festive_rubber_slab.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_dotted_festive_rubber_slab": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "extravaganza:black_dotted_festive_rubber_slab" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "extravaganza:black_dotted_festive_rubber_slab" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_black_dotted_festive_rubber_slab" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"extravaganza:black_dotted_festive_rubber_slab" | ||
] | ||
} | ||
} |
Oops, something went wrong.