switched back to packwiz
This commit is contained in:
18
kubejs/startup_scripts/material_testing/material.js
Normal file
18
kubejs/startup_scripts/material_testing/material.js
Normal file
@@ -0,0 +1,18 @@
|
||||
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);
|
||||
|
||||
/*
|
||||
event
|
||||
.create("netherite")
|
||||
.components("1x gold", "1x tungsten", "1x platinum")
|
||||
.color(0x4d494d)
|
||||
.iconSet(GTMaterialIconSet.METALLIC)
|
||||
.flags(GTMaterialFlags.GENERATE_PLATE);
|
||||
*/
|
||||
});
|
||||
Reference in New Issue
Block a user