Improve how the fluix material is handled

This commit is contained in:
htmlcsjs
2025-12-26 11:36:04 +00:00
parent c770a68d34
commit 950b04a56f
3 changed files with 12 additions and 10 deletions

View File

@@ -1,11 +1,11 @@
GTCEuStartupEvents.registry("gtceu:material", (event) => {
event
.create("fluix")
.dust()
.gem()
.components("1x nether_quartz", "1x certus_quartz", "1x redstone")
.color(0x8f5ccb)
.iconSet(GTMaterialIconSet.DULL)
.flags(GTMaterialFlags.GENERATE_PLATE, GTMaterialFlags.GENERATE_GEAR);
.flags(GTMaterialFlags.GENERATE_PLATE, GTMaterialFlags.GENERATE_GEAR, GTMaterialFlags.FLAMMABLE);
/*
event