-
Notifications
You must be signed in to change notification settings - Fork 92
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
6117323
commit aea1437
Showing
1,249 changed files
with
24,069 additions
and
0 deletions.
There are no files selected for viewing
260 changes: 260 additions & 0 deletions
260
Common/src/generated/resources/.cache/8f7cd5c924d3264b7777ef1696459761f9a70902
Large diffs are not rendered by default.
Oops, something went wrong.
298 changes: 298 additions & 0 deletions
298
Common/src/generated/resources/.cache/d2fe5b6fab5fdc7ee7ca336c062752306bdf6128
Large diffs are not rendered by default.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
Common/src/generated/resources/.cache/e5c5eb35b4ba40351ecb7d9f04c3527f2f5779b0
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 @@ | ||
// 1.20.1 2023-12-24T17:59:13.7659226 Advancements | ||
4016b178322c4784c12c66c227d5b4ff2e43d32d data/hexcasting/advancements/aaa_wasteful_cast.json | ||
6469361b24f473b4d7d900828e6bbf2bdabf916b data/hexcasting/advancements/aab_big_cast.json | ||
e02605ac2dff5c426e1d0a58d46daefecda11946 data/hexcasting/advancements/enlightenment.json | ||
e2679742ac4e23ba4c79c17d209f16d42d7bccd8 data/hexcasting/advancements/lore.json | ||
6c3fc955783d450e12494b193e985a403b203f0a data/hexcasting/advancements/lore/cardamom1.json | ||
2191ef660f29f328fbdb3baca4f33585045c999e data/hexcasting/advancements/lore/cardamom2.json | ||
fccce07d88f98719750516d2dbbc7ed186769c80 data/hexcasting/advancements/lore/cardamom3.json | ||
cee68eb79ae27b6a83a25cf014d19c6bc4575cc0 data/hexcasting/advancements/lore/cardamom4.json | ||
752744633e3b9500baebd5a4f8fa35e0c2d79ede data/hexcasting/advancements/lore/cardamom5.json | ||
5898f7083f74a490b100b0a2282df242548baf7c data/hexcasting/advancements/lore/experiment1.json | ||
8985672cbf68098dc416fd1f9e69d46212d04512 data/hexcasting/advancements/lore/experiment2.json | ||
841c8eb27ad70aeaf0c9f7936fc8460cca0996fb data/hexcasting/advancements/lore/inventory.json | ||
d273b4dc581c0029cde2208e264a6d32492cd18f data/hexcasting/advancements/opened_eyes.json | ||
1cac020fa7b47ff386e7492f49e27803d506825d data/hexcasting/advancements/root.json | ||
e4cee07b5809ebf27f1c1d48f66856153f7088f4 data/hexcasting/advancements/y_u_no_cast_angy.json |
107 changes: 107 additions & 0 deletions
107
Common/src/generated/resources/assets/hexcasting/blockstates/akashic_bookshelf.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,107 @@ | ||
{ | ||
"variants": { | ||
"facing=east,has_books=false": { | ||
"model": "hexcasting:block/akashic_bookshelf_empty", | ||
"uvlock": true, | ||
"y": 90 | ||
}, | ||
"facing=east,has_books=true": [ | ||
{ | ||
"model": "hexcasting:block/akashic_bookshelf_1", | ||
"uvlock": true, | ||
"y": 90 | ||
}, | ||
{ | ||
"model": "hexcasting:block/akashic_bookshelf_2", | ||
"uvlock": true, | ||
"y": 90 | ||
}, | ||
{ | ||
"model": "hexcasting:block/akashic_bookshelf_3", | ||
"uvlock": true, | ||
"y": 90 | ||
}, | ||
{ | ||
"model": "hexcasting:block/akashic_bookshelf_4", | ||
"uvlock": true, | ||
"y": 90 | ||
} | ||
], | ||
"facing=north,has_books=false": { | ||
"model": "hexcasting:block/akashic_bookshelf_empty", | ||
"uvlock": true | ||
}, | ||
"facing=north,has_books=true": [ | ||
{ | ||
"model": "hexcasting:block/akashic_bookshelf_1", | ||
"uvlock": true | ||
}, | ||
{ | ||
"model": "hexcasting:block/akashic_bookshelf_2", | ||
"uvlock": true | ||
}, | ||
{ | ||
"model": "hexcasting:block/akashic_bookshelf_3", | ||
"uvlock": true | ||
}, | ||
{ | ||
"model": "hexcasting:block/akashic_bookshelf_4", | ||
"uvlock": true | ||
} | ||
], | ||
"facing=south,has_books=false": { | ||
"model": "hexcasting:block/akashic_bookshelf_empty", | ||
"uvlock": true, | ||
"y": 180 | ||
}, | ||
"facing=south,has_books=true": [ | ||
{ | ||
"model": "hexcasting:block/akashic_bookshelf_1", | ||
"uvlock": true, | ||
"y": 180 | ||
}, | ||
{ | ||
"model": "hexcasting:block/akashic_bookshelf_2", | ||
"uvlock": true, | ||
"y": 180 | ||
}, | ||
{ | ||
"model": "hexcasting:block/akashic_bookshelf_3", | ||
"uvlock": true, | ||
"y": 180 | ||
}, | ||
{ | ||
"model": "hexcasting:block/akashic_bookshelf_4", | ||
"uvlock": true, | ||
"y": 180 | ||
} | ||
], | ||
"facing=west,has_books=false": { | ||
"model": "hexcasting:block/akashic_bookshelf_empty", | ||
"uvlock": true, | ||
"y": 270 | ||
}, | ||
"facing=west,has_books=true": [ | ||
{ | ||
"model": "hexcasting:block/akashic_bookshelf_1", | ||
"uvlock": true, | ||
"y": 270 | ||
}, | ||
{ | ||
"model": "hexcasting:block/akashic_bookshelf_2", | ||
"uvlock": true, | ||
"y": 270 | ||
}, | ||
{ | ||
"model": "hexcasting:block/akashic_bookshelf_3", | ||
"uvlock": true, | ||
"y": 270 | ||
}, | ||
{ | ||
"model": "hexcasting:block/akashic_bookshelf_4", | ||
"uvlock": true, | ||
"y": 270 | ||
} | ||
] | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
Common/src/generated/resources/assets/hexcasting/blockstates/akashic_connector.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": "hexcasting:block/akashic_ligature" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
Common/src/generated/resources/assets/hexcasting/blockstates/akashic_record.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": "hexcasting:block/akashic_record" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
Common/src/generated/resources/assets/hexcasting/blockstates/amethyst_bricks.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": "hexcasting:block/deco/amethyst_bricks" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
Common/src/generated/resources/assets/hexcasting/blockstates/amethyst_bricks_small.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": "hexcasting:block/deco/amethyst_bricks_small" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
Common/src/generated/resources/assets/hexcasting/blockstates/amethyst_dust_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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "hexcasting:block/amethyst_dust_block" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
Common/src/generated/resources/assets/hexcasting/blockstates/amethyst_edified_leaves.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": "hexcasting:block/amethyst_edified_leaves" | ||
} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
Common/src/generated/resources/assets/hexcasting/blockstates/amethyst_pillar.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 @@ | ||
{ | ||
"variants": { | ||
"facing=down": { | ||
"model": "hexcasting:block/deco/amethyst_pillar", | ||
"x": 180 | ||
}, | ||
"facing=east": { | ||
"model": "hexcasting:block/deco/amethyst_pillar", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"facing=north": { | ||
"model": "hexcasting:block/deco/amethyst_pillar", | ||
"x": 90 | ||
}, | ||
"facing=south": { | ||
"model": "hexcasting:block/deco/amethyst_pillar", | ||
"x": 90, | ||
"y": 180 | ||
}, | ||
"facing=up": { | ||
"model": "hexcasting:block/deco/amethyst_pillar" | ||
}, | ||
"facing=west": { | ||
"model": "hexcasting:block/deco/amethyst_pillar", | ||
"x": 90, | ||
"y": 270 | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
Common/src/generated/resources/assets/hexcasting/blockstates/amethyst_sconce.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": "hexcasting:block/amethyst_sconce" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
Common/src/generated/resources/assets/hexcasting/blockstates/amethyst_tiles.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": "hexcasting:block/deco/amethyst_tiles" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
Common/src/generated/resources/assets/hexcasting/blockstates/ancient_scroll_paper.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": "hexcasting:block/ancient_scroll_paper" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
...n/src/generated/resources/assets/hexcasting/blockstates/ancient_scroll_paper_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 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "hexcasting:block/ancient_scroll_paper_lantern" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
Common/src/generated/resources/assets/hexcasting/blockstates/aventurine_edified_leaves.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": "hexcasting:block/aventurine_edified_leaves" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
Common/src/generated/resources/assets/hexcasting/blockstates/citrine_edified_leaves.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": "hexcasting:block/citrine_edified_leaves" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
Common/src/generated/resources/assets/hexcasting/blockstates/conjured_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,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "hexcasting:block/conjured" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
Common/src/generated/resources/assets/hexcasting/blockstates/conjured_light.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": "hexcasting:block/conjured" | ||
} | ||
} | ||
} |
Oops, something went wrong.