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:
parent
87b3937768
commit
f682c3f561
12 changed files with 213 additions and 0 deletions
|
|
@ -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'))
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue