made the features for the rose quartz geodes, though their rarity will need some tweaking and the buds need a waterlogged property

This commit is contained in:
Pyritie 2025-05-01 21:51:03 +01:00
parent 87b3937768
commit f682c3f561
12 changed files with 213 additions and 0 deletions

View file

@ -289,4 +289,9 @@ const registerGTCEuMaterialModification = (event) => {
var property = material.getProperty(PropertyKey.FLUID);
property.getStorage().store($FluidStorageKeys.LIQUID, () => Fluid.of(`tfc:${colorName}_dye`).fluid, null);
});
let rose_quartz = GTCEuAPI.materialManager.getMaterial('greate:rose_quartz');
rose_quartz.setProperty(PropertyKey.ORE, new $ORE_PROPERTY());
rose_quartz.setMaterialIconSet(GTMaterialIconSet.getByName('nether_quartz'))
}