-
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
a073df5
commit d6277bb
Showing
23 changed files
with
312 additions
and
13 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-11T19:44:42.3221257 Languages: en_us for mod: aether_redux | ||
f28026674d28dbef0fc8f830521a9dee86ad9fc4 assets/aether_redux/lang/en_us.json | ||
// 1.20.4 2024-06-11T20:25:39.2290785 Languages: en_us for mod: aether_redux | ||
6cbbfcf37c175bf2082b10f3699390b10df3f23e 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
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
28 changes: 28 additions & 0 deletions
28
src/generated/resources/assets/aether_redux/blockstates/sentrite_chain.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,28 @@ | ||
{ | ||
"variants": { | ||
"axis=x,waterlogged=false": { | ||
"model": "aether_redux:block/sentrite_chain", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"axis=x,waterlogged=true": { | ||
"model": "aether_redux:block/sentrite_chain", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"axis=y,waterlogged=false": { | ||
"model": "aether_redux:block/sentrite_chain" | ||
}, | ||
"axis=y,waterlogged=true": { | ||
"model": "aether_redux:block/sentrite_chain" | ||
}, | ||
"axis=z,waterlogged=false": { | ||
"model": "aether_redux:block/sentrite_chain", | ||
"x": 90 | ||
}, | ||
"axis=z,waterlogged=true": { | ||
"model": "aether_redux:block/sentrite_chain", | ||
"x": 90 | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
src/generated/resources/assets/aether_redux/blockstates/sentrite_lantern.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,16 @@ | ||
{ | ||
"variants": { | ||
"hanging=false,waterlogged=false": { | ||
"model": "aether_redux:block/sentrite_lantern" | ||
}, | ||
"hanging=false,waterlogged=true": { | ||
"model": "aether_redux:block/sentrite_lantern" | ||
}, | ||
"hanging=true,waterlogged=false": { | ||
"model": "aether_redux:block/hanging_sentrite_lantern" | ||
}, | ||
"hanging=true,waterlogged=true": { | ||
"model": "aether_redux:block/hanging_sentrite_lantern" | ||
} | ||
} | ||
} |
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
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/aether_redux/models/block/hanging_sentrite_lantern.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:block/template_hanging_lantern", | ||
"render_type": "minecraft:cutout", | ||
"textures": { | ||
"lantern": "aether_redux:block/construction/sentrite_lantern" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/aether_redux/models/block/sentrite_chain.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": "aether_redux:block/template/construction/chain", | ||
"render_type": "minecraft:cutout", | ||
"textures": { | ||
"chain": "aether_redux:block/construction/sentrite_chain" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/aether_redux/models/block/sentrite_lantern.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:block/template_lantern", | ||
"render_type": "minecraft:cutout", | ||
"textures": { | ||
"lantern": "aether_redux:block/construction/sentrite_lantern" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/aether_redux/models/item/sentrite_chain.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:item/misc/sentrite_chain" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/aether_redux/models/item/sentrite_lantern.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:item/misc/sentrite_lantern" | ||
} | ||
} |
47 changes: 47 additions & 0 deletions
47
src/generated/resources/data/aether_redux/advancements/recipes/misc/sentrite_chain.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,47 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_refined_sentrite": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"aether_redux:refined_sentrite" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_sentrite_chunk": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"aether_redux:sentrite_chunk" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "aether_redux:sentrite_chain" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_sentrite_chunk", | ||
"has_refined_sentrite" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"aether_redux:sentrite_chain" | ||
] | ||
} | ||
} |
73 changes: 73 additions & 0 deletions
73
src/generated/resources/data/aether_redux/advancements/recipes/misc/sentrite_lantern.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,73 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_ambrosium_shard": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"aether:ambrosium_shard" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_ambrosium_torch": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"aether:ambrosium_torch" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_refined_sentrite": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"aether_redux:refined_sentrite" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_sentrite_chunk": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"aether_redux:sentrite_chunk" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "aether_redux:sentrite_lantern" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_sentrite_chunk", | ||
"has_refined_sentrite", | ||
"has_ambrosium_torch", | ||
"has_ambrosium_shard" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"aether_redux:sentrite_lantern" | ||
] | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
src/generated/resources/data/aether_redux/loot_tables/blocks/sentrite_chain.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:sentrite_chain" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "aether_redux:blocks/sentrite_chain" | ||
} |
21 changes: 21 additions & 0 deletions
21
src/generated/resources/data/aether_redux/loot_tables/blocks/sentrite_lantern.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:sentrite_lantern" | ||
} | ||
], | ||
"rolls": 1.0 | ||
} | ||
], | ||
"random_sequence": "aether_redux:blocks/sentrite_lantern" | ||
} |
Oops, something went wrong.