changing a lot of custom formulas to components for moldraw coloring

This commit is contained in:
Pyritie 2025-11-08 02:38:14 +00:00
parent d1c1ddff95
commit 52e81ba582
8 changed files with 72 additions and 63 deletions

View file

@ -11,7 +11,7 @@ const registerAE2Materials = (event) => {
GTMaterialFlags.CRYSTALLIZABLE,
GTMaterialFlags.DISABLE_DECOMPOSITION
)
.components('1x nether_quartz', '1x certus_quartz')
.components('1x unknown', '1x nether_quartz', '1x certus_quartz')
.color(0x8f5ccb)
.secondaryColor(0x252f5a)
}