-
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.
fix: preview rendering of cutout blocks
Closes #260
- Loading branch information
1 parent
d975189
commit c6a66d4
Showing
21 changed files
with
210 additions
and
17 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
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
2 changes: 1 addition & 1 deletion
2
fabric/src/generated/resources/.cache/3eecf17e0b3542fa44b02bae7aa93622bb4a80e9
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.21.1 2024-10-04T09:42:34.7889517 Modonomicon/Languages: en_us | ||
// 1.21.1 2024-10-31T11:53:05.6408937 Modonomicon/Languages: en_us | ||
1aef02be3cff1a218e12e0114f8fe3ddc2ebef13 assets\modonomicon\lang\en_us.json |
2 changes: 1 addition & 1 deletion
2
fabric/src/generated/resources/.cache/a4d0ca8e1032fb3f0e5e6d547c3176158d2ab2f7
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,3 +1,3 @@ | ||
// 1.21.1 2024-10-04T09:42:34.7889517 Modonomicon/Tags for minecraft:item | ||
// 1.21.1 2024-10-31T11:53:05.6408937 Modonomicon/Tags for minecraft:item | ||
44de4772d365fcc0e5706dbfcd83d2967ec352c0 data\minecraft\tags\item\bookshelf_books.json | ||
44de4772d365fcc0e5706dbfcd83d2967ec352c0 data\minecraft\tags\item\lectern_books.json |
2 changes: 1 addition & 1 deletion
2
fabric/src/generated/resources/.cache/e6530a5ab7a2c0d5d93ba510671319215bfabee3
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
fabric/src/generated/resources/.cache/fbe7fdca8a3d7d4724f001a760fe02aeb76403e5
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,8 @@ | ||
// 1.21.1 2024-10-04T09:42:34.7879533 Modonomicon/Multiblocks: modonomicon | ||
// 1.21.1 2024-10-31T11:53:05.6398931 Modonomicon/Multiblocks: modonomicon | ||
fc1e7363336d456dd0d1583fcfdaa27a8c4bf23e data\modonomicon\modonomicon\multiblocks\demo_predicate.json | ||
89b499dd4f3850c8099ad26ae3c286e95ac8cf99 data\modonomicon\modonomicon\multiblocks\demo_fluid.json | ||
fd00692e28c040e5100a022e97ea32e7e951945b data\modonomicon\modonomicon\multiblocks\demo_tag.json | ||
866630ccfeeea8b012ceab80396939c0e944f132 data\modonomicon\modonomicon\multiblocks\demo_transparency.json | ||
d359278a8bc55267387b95977def04965a54dd17 data\modonomicon\modonomicon\multiblocks\demo_block_entity.json | ||
6af533f5fa171fb2cf2d27b166e16ec54b2c5c06 data\modonomicon\modonomicon\multiblocks\test_non_square.json | ||
9dc306d79a39ee2085be7e1384d8e39640d79e49 data\modonomicon\modonomicon\multiblocks\demo_dense.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
45 changes: 45 additions & 0 deletions
45
...c/src/generated/resources/data/modonomicon/modonomicon/multiblocks/demo_transparency.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,45 @@ | ||
{ | ||
"type": "modonomicon:dense", | ||
"mapping": { | ||
"*": { | ||
"type": "modonomicon:display", | ||
"display": "minecraft:basalt" | ||
}, | ||
"+": { | ||
"type": "modonomicon:display", | ||
"display": "minecraft:stone" | ||
}, | ||
"C": { | ||
"type": "modonomicon:block", | ||
"block": "minecraft:chain" | ||
}, | ||
"F": { | ||
"type": "modonomicon:block", | ||
"block": "minecraft:gray_stained_glass_pane" | ||
}, | ||
"G": { | ||
"type": "modonomicon:block", | ||
"block": "minecraft:glass_pane" | ||
}, | ||
"I": { | ||
"type": "modonomicon:block", | ||
"block": "minecraft:iron_bars" | ||
} | ||
}, | ||
"pattern": [ | ||
[ | ||
"_____", | ||
"_G_F_", | ||
"__0__", | ||
"_I_C_", | ||
"_____" | ||
], | ||
[ | ||
"*+*+*", | ||
"+*+*+", | ||
"*+*+*", | ||
"+*+*+", | ||
"*+*+*" | ||
] | ||
] | ||
} |
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
forge/src/generated/resources/.cache/e08f1c24cdfbf669e7cca3ce1d743acecd7e4bfe
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,8 @@ | ||
// 1.21.1 2024-09-11T09:39:53.351444 Multiblocks: modonomicon | ||
// 1.21.1 2024-10-31T11:46:46.9045185 Multiblocks: modonomicon | ||
d359278a8bc55267387b95977def04965a54dd17 data/modonomicon/modonomicon/multiblocks/demo_block_entity.json | ||
9dc306d79a39ee2085be7e1384d8e39640d79e49 data/modonomicon/modonomicon/multiblocks/demo_dense.json | ||
89b499dd4f3850c8099ad26ae3c286e95ac8cf99 data/modonomicon/modonomicon/multiblocks/demo_fluid.json | ||
fc1e7363336d456dd0d1583fcfdaa27a8c4bf23e data/modonomicon/modonomicon/multiblocks/demo_predicate.json | ||
fd00692e28c040e5100a022e97ea32e7e951945b data/modonomicon/modonomicon/multiblocks/demo_tag.json | ||
866630ccfeeea8b012ceab80396939c0e944f132 data/modonomicon/modonomicon/multiblocks/demo_transparency.json | ||
6af533f5fa171fb2cf2d27b166e16ec54b2c5c06 data/modonomicon/modonomicon/multiblocks/test_non_square.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
45 changes: 45 additions & 0 deletions
45
...e/src/generated/resources/data/modonomicon/modonomicon/multiblocks/demo_transparency.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,45 @@ | ||
{ | ||
"type": "modonomicon:dense", | ||
"mapping": { | ||
"*": { | ||
"type": "modonomicon:display", | ||
"display": "minecraft:basalt" | ||
}, | ||
"+": { | ||
"type": "modonomicon:display", | ||
"display": "minecraft:stone" | ||
}, | ||
"C": { | ||
"type": "modonomicon:block", | ||
"block": "minecraft:chain" | ||
}, | ||
"F": { | ||
"type": "modonomicon:block", | ||
"block": "minecraft:gray_stained_glass_pane" | ||
}, | ||
"G": { | ||
"type": "modonomicon:block", | ||
"block": "minecraft:glass_pane" | ||
}, | ||
"I": { | ||
"type": "modonomicon:block", | ||
"block": "minecraft:iron_bars" | ||
} | ||
}, | ||
"pattern": [ | ||
[ | ||
"_____", | ||
"_G_F_", | ||
"__0__", | ||
"_I_C_", | ||
"_____" | ||
], | ||
[ | ||
"*+*+*", | ||
"+*+*+", | ||
"*+*+*", | ||
"+*+*+", | ||
"*+*+*" | ||
] | ||
] | ||
} |
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
neo/src/generated/resources/.cache/e08f1c24cdfbf669e7cca3ce1d743acecd7e4bfe
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,8 @@ | ||
// 1.21 2024-09-11T09:39:19.9789931 Multiblocks: modonomicon | ||
// 1.21 2024-10-31T11:10:42.8838888 Multiblocks: modonomicon | ||
d359278a8bc55267387b95977def04965a54dd17 data/modonomicon/modonomicon/multiblocks/demo_block_entity.json | ||
9dc306d79a39ee2085be7e1384d8e39640d79e49 data/modonomicon/modonomicon/multiblocks/demo_dense.json | ||
89b499dd4f3850c8099ad26ae3c286e95ac8cf99 data/modonomicon/modonomicon/multiblocks/demo_fluid.json | ||
fc1e7363336d456dd0d1583fcfdaa27a8c4bf23e data/modonomicon/modonomicon/multiblocks/demo_predicate.json | ||
fd00692e28c040e5100a022e97ea32e7e951945b data/modonomicon/modonomicon/multiblocks/demo_tag.json | ||
866630ccfeeea8b012ceab80396939c0e944f132 data/modonomicon/modonomicon/multiblocks/demo_transparency.json | ||
6af533f5fa171fb2cf2d27b166e16ec54b2c5c06 data/modonomicon/modonomicon/multiblocks/test_non_square.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
45 changes: 45 additions & 0 deletions
45
neo/src/generated/resources/data/modonomicon/modonomicon/multiblocks/demo_transparency.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,45 @@ | ||
{ | ||
"type": "modonomicon:dense", | ||
"mapping": { | ||
"*": { | ||
"type": "modonomicon:display", | ||
"display": "minecraft:basalt" | ||
}, | ||
"+": { | ||
"type": "modonomicon:display", | ||
"display": "minecraft:stone" | ||
}, | ||
"C": { | ||
"type": "modonomicon:block", | ||
"block": "minecraft:chain" | ||
}, | ||
"F": { | ||
"type": "modonomicon:block", | ||
"block": "minecraft:gray_stained_glass_pane" | ||
}, | ||
"G": { | ||
"type": "modonomicon:block", | ||
"block": "minecraft:glass_pane" | ||
}, | ||
"I": { | ||
"type": "modonomicon:block", | ||
"block": "minecraft:iron_bars" | ||
} | ||
}, | ||
"pattern": [ | ||
[ | ||
"_____", | ||
"_G_F_", | ||
"__0__", | ||
"_I_C_", | ||
"_____" | ||
], | ||
[ | ||
"*+*+*", | ||
"+*+*+", | ||
"*+*+*", | ||
"+*+*+", | ||
"*+*+*" | ||
] | ||
] | ||
} |
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