ported to 1.20.1
This commit is contained in:
mina
2023-12-09 13:08:34 +00:00
parent 63e6647c23
commit 9c4dbfeef7
160 changed files with 4397 additions and 6506 deletions

View File

@@ -0,0 +1,7 @@
GTCEuStartupEvents.registry('gtceu:material', event => {
event.create('fluix')
.dust()
.components('1x nether_quartz', '1x certus_quartz', '1x redstone')
.color(0x8F5CCB).iconSet(GTMaterialIconSet.DULL)
.flags(GTMaterialFlags.GENERATE_PLATE, GTMaterialFlags.GENERATE_GEAR)
})