-
Notifications
You must be signed in to change notification settings - Fork 10
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
5e9ce38
commit 50496da
Showing
22 changed files
with
192 additions
and
16 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
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-22T17:47:20.9081404 Languages: en_us for mod: aether_redux | ||
174148e33926012ffa2e75277283eb7e5fbeb6bc assets/aether_redux/lang/en_us.json | ||
// 1.20.4 2024-06-23T13:43:03.7874862 Languages: en_us for mod: aether_redux | ||
a5f0fb9bb518170248db74fc093f6cdc97ab56af 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
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/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:44:44.6018573 Data Maps | ||
// 1.20.4 2024-06-23T13:43:03.803476 Data Maps | ||
539dfde7f63257d176a1d4da37cb4ee5bbe46781 data/aether_redux/data_maps/worldgen/biome/tint/aether_grass.json | ||
3f3132330bd4e103bfdc0709d1767587f035595d data/neoforge/data_maps/item/compostables.json | ||
12970dad3da908e7cbccf30550385415188557ca 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/lucky_clover.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/lucky_clover" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/aether_redux/blockstates/potted_lucky_clover.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_lucky_clover" | ||
} | ||
} | ||
} |
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/lucky_clover.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/large_clover", | ||
"render_type": "minecraft:cutout", | ||
"textures": { | ||
"stem": "aether_redux:block/natural/lucky_clover_stem", | ||
"top": "aether_redux:block/natural/lucky_clover_top" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/generated/resources/assets/aether_redux/models/block/potted_lucky_clover.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_clover", | ||
"render_type": "minecraft:cutout", | ||
"textures": { | ||
"stem": "aether_redux:block/natural/lucky_clover_stem", | ||
"top": "aether_redux:block/natural/lucky_clover_top" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/aether_redux/models/item/lucky_clover.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "aether_redux:block/natural/lucky_clover_top" | ||
} | ||
} |
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
21 changes: 21 additions & 0 deletions
21
src/generated/resources/data/aether_redux/loot_tables/blocks/lucky_clover.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:lucky_clover" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "aether_redux:blocks/lucky_clover" | ||
} |
36 changes: 36 additions & 0 deletions
36
src/generated/resources/data/aether_redux/loot_tables/blocks/potted_lucky_clover.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:lucky_clover" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "aether_redux:blocks/potted_lucky_clover" | ||
} |
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
30 changes: 30 additions & 0 deletions
30
...generated/resources/data/aether_redux/worldgen/configured_feature/lucky_clover_patch.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,30 @@ | ||
{ | ||
"type": "minecraft:flower", | ||
"config": { | ||
"feature": { | ||
"feature": { | ||
"type": "minecraft:simple_block", | ||
"config": { | ||
"to_place": { | ||
"type": "minecraft:simple_state_provider", | ||
"state": { | ||
"Name": "aether_redux:lucky_clover" | ||
} | ||
} | ||
} | ||
}, | ||
"placement": [ | ||
{ | ||
"type": "minecraft:block_predicate_filter", | ||
"predicate": { | ||
"type": "minecraft:matching_blocks", | ||
"blocks": "minecraft:air" | ||
} | ||
} | ||
] | ||
}, | ||
"tries": 14, | ||
"xz_spread": 7, | ||
"y_spread": 3 | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
src/generated/resources/data/aether_redux/worldgen/placed_feature/lucky_clover_patch.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,30 @@ | ||
{ | ||
"feature": "aether_redux:lucky_clover_patch", | ||
"placement": [ | ||
{ | ||
"type": "minecraft:noise_threshold_count", | ||
"above_noise": 10, | ||
"below_noise": 5, | ||
"noise_level": -0.8 | ||
}, | ||
{ | ||
"type": "aether:improved_layer_placement", | ||
"count": { | ||
"type": "minecraft:uniform", | ||
"value": { | ||
"max_inclusive": 2, | ||
"min_inclusive": 0 | ||
} | ||
}, | ||
"heightmap": "MOTION_BLOCKING", | ||
"verticalBounds": 4 | ||
}, | ||
{ | ||
"type": "minecraft:rarity_filter", | ||
"chance": 16 | ||
}, | ||
{ | ||
"type": "minecraft:biome" | ||
} | ||
] | ||
} |
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/data/minecraft/tags/blocks/replaceable.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,6 @@ | ||
{ | ||
"values": [ | ||
"aether_redux:short_aether_grass" | ||
"aether_redux:short_aether_grass", | ||
"aether_redux:golden_clovers" | ||
] | ||
} |
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