-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
close #116 and also whoops i forgor to run datagen in a while
- Loading branch information
1 parent
8ef43af
commit 608fd0e
Showing
13 changed files
with
66 additions
and
24 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
11 changes: 10 additions & 1 deletion
11
Common/src/generated/resources/assets/hexcasting/blockstates/akashic_wood.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,7 +1,16 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"axis=x": { | ||
"model": "hexcasting:block/akashic_wood_horizontal", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"axis=y": { | ||
"model": "hexcasting:block/akashic_wood" | ||
}, | ||
"axis=z": { | ||
"model": "hexcasting:block/akashic_wood_horizontal", | ||
"x": 90 | ||
} | ||
} | ||
} |
11 changes: 10 additions & 1 deletion
11
Common/src/generated/resources/assets/hexcasting/blockstates/akashic_wood_stripped.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,7 +1,16 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"axis=x": { | ||
"model": "hexcasting:block/akashic_wood_stripped_horizontal", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"axis=y": { | ||
"model": "hexcasting:block/akashic_wood_stripped" | ||
}, | ||
"axis=z": { | ||
"model": "hexcasting:block/akashic_wood_stripped_horizontal", | ||
"x": 90 | ||
} | ||
} | ||
} |
5 changes: 3 additions & 2 deletions
5
Common/src/generated/resources/assets/hexcasting/models/block/akashic_wood.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,6 +1,7 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"parent": "minecraft:block/cube_column", | ||
"textures": { | ||
"all": "hexcasting:block/akashic/log" | ||
"side": "hexcasting:block/akashic/log", | ||
"end": "hexcasting:block/akashic/log" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
Common/src/generated/resources/assets/hexcasting/models/block/akashic_wood_horizontal.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/cube_column_horizontal", | ||
"textures": { | ||
"side": "hexcasting:block/akashic/log", | ||
"end": "hexcasting:block/akashic/log" | ||
} | ||
} |
5 changes: 3 additions & 2 deletions
5
Common/src/generated/resources/assets/hexcasting/models/block/akashic_wood_stripped.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,6 +1,7 @@ | ||
{ | ||
"parent": "minecraft:block/cube_all", | ||
"parent": "minecraft:block/cube_column", | ||
"textures": { | ||
"all": "hexcasting:block/akashic/log_stripped" | ||
"side": "hexcasting:block/akashic/log_stripped", | ||
"end": "hexcasting:block/akashic/log_stripped" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
.../generated/resources/assets/hexcasting/models/block/akashic_wood_stripped_horizontal.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/cube_column_horizontal", | ||
"textures": { | ||
"side": "hexcasting:block/akashic/log_stripped", | ||
"end": "hexcasting:block/akashic/log_stripped" | ||
} | ||
} |
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
Forge/src/generated/resources/data/hexcasting/tags/items/wands.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,14 +1,14 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"hexcasting:wand_akashic", | ||
"hexcasting:wand_oak", | ||
"hexcasting:wand_spruce", | ||
"hexcasting:wand_birch", | ||
"hexcasting:wand_jungle", | ||
"hexcasting:wand_acacia", | ||
"hexcasting:wand_dark_oak", | ||
"hexcasting:wand_crimson", | ||
"hexcasting:wand_warped", | ||
"hexcasting:wand_akashic" | ||
"hexcasting:wand_warped" | ||
] | ||
} |
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