-
Notifications
You must be signed in to change notification settings - Fork 11
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
66d5f62
commit e706272
Showing
19 changed files
with
167 additions
and
11 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/22373c0826f5c6678d0d4a856e70f468cc114367
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.20.4 2024-06-15T13:11:28.8667082 Languages: en_us for mod: aether_redux | ||
6344164685e45e5d7dbb74a369adeee977cb9475 assets/aether_redux/lang/en_us.json | ||
// 1.20.4 2024-06-20T19:44:44.583867 Languages: en_us for mod: aether_redux | ||
c0a886eca1f260aca31843972c09b53ef92e79ee assets/aether_redux/lang/en_us.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
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
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/9bb0d0a1b08b171b571281155e5d00494716cc5c
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
3 changes: 2 additions & 1 deletion
3
src/generated/resources/.cache/d51b30d66fe5735362ecf234620f76878f395620
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
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/e0d3d0b8d9c807675613821fa865a35f707cd83f
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,4 +1,4 @@ | ||
// 1.20.4 2024-06-20T19:33:26.1897478 Data Maps | ||
// 1.20.4 2024-06-20T19:44:44.6018573 Data Maps | ||
539dfde7f63257d176a1d4da37cb4ee5bbe46781 data/aether_redux/data_maps/worldgen/biome/tint/aether_grass.json | ||
05ecdb5c38c7131fff1d1b130106ae2cf74114b3 data/neoforge/data_maps/item/compostables.json | ||
3f3132330bd4e103bfdc0709d1767587f035595d data/neoforge/data_maps/item/compostables.json | ||
4013dac426c5ad0803397fbb2ba07e9f7522f852 data/neoforge/data_maps/item/furnace_fuels.json |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/aether_redux/blockstates/aurum.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "aether_redux:block/aurum" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/aether_redux/blockstates/potted_aurum.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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "aether_redux:block/potted_aurum" | ||
} | ||
} | ||
} |
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
8 changes: 8 additions & 0 deletions
8
src/generated/resources/assets/aether_redux/models/block/aurum.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,8 @@ | ||
{ | ||
"parent": "aether_redux:block/template/cross/cross_tinted_overlay", | ||
"render_type": "minecraft:cutout", | ||
"textures": { | ||
"cross": "aether_redux:block/natural/aurum", | ||
"overlay": "aether_redux:block/natural/aurum_overlay" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/generated/resources/assets/aether_redux/models/block/potted_aurum.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,8 @@ | ||
{ | ||
"parent": "aether_redux:block/template/pot/flower_pot_tinted_overlay", | ||
"render_type": "minecraft:cutout", | ||
"textures": { | ||
"overlay": "aether_redux:block/natural/aurum_overlay", | ||
"plant": "aether_redux:block/natural/aurum" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/aether_redux/models/item/aurum.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,7 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "aether_redux:block/natural/aurum_overlay", | ||
"layer1": "aether_redux:block/natural/aurum" | ||
} | ||
} |
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
34 changes: 34 additions & 0 deletions
34
...enerated/resources/data/aether_redux/advancements/recipes/misc/yellow_dye_from_aurum.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", | ||
"criteria": { | ||
"has_aurum": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"aether_redux:aurum" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "aether_redux:yellow_dye_from_aurum" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_aurum" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"aether_redux:yellow_dye_from_aurum" | ||
] | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
src/generated/resources/data/aether_redux/loot_tables/blocks/aurum.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:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "aether_redux:aurum" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "aether_redux:blocks/aurum" | ||
} |
36 changes: 36 additions & 0 deletions
36
src/generated/resources/data/aether_redux/loot_tables/blocks/potted_aurum.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,36 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:flower_pot" | ||
} | ||
], | ||
"rolls": 1.0 | ||
}, | ||
{ | ||
"bonus_rolls": 0.0, | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "aether_redux:aurum" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "aether_redux:blocks/potted_aurum" | ||
} |
12 changes: 12 additions & 0 deletions
12
src/generated/resources/data/aether_redux/recipes/yellow_dye_from_aurum.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,12 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"category": "misc", | ||
"ingredients": [ | ||
{ | ||
"item": "aether_redux:aurum" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:yellow_dye" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
src/generated/resources/data/neoforge/data_maps/item/compostables.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,5 +1,8 @@ | ||
{ | ||
"values": { | ||
"aether_redux:aurum": { | ||
"chance": 0.65 | ||
}, | ||
"aether_redux:cloudroot_leaves": { | ||
"chance": 0.3 | ||
}, | ||
|