fixed a duplicate fluix block, also tweaked the fluix material a little
This commit is contained in:
parent
3b9b80f52d
commit
655ef68697
4 changed files with 11 additions and 8 deletions
|
|
@ -11,7 +11,7 @@ const registerAE2Materials = (event) => {
|
|||
GTMaterialFlags.CRYSTALLIZABLE,
|
||||
GTMaterialFlags.DISABLE_DECOMPOSITION
|
||||
)
|
||||
.components('1x nether_quartz', '1x certus_quartz', '1x ruby')
|
||||
.components('1x nether_quartz', '1x certus_quartz')
|
||||
.color(0x8f5ccb)
|
||||
.secondaryColor(0x252f5a)
|
||||
}
|
||||
|
|
@ -2,11 +2,12 @@
|
|||
"use strict";
|
||||
|
||||
const registerAE2TagPrefixes = (event) => {
|
||||
const $AE_BLOCKS = Java.loadClass('appeng.core.definitions.AEBlocks');
|
||||
const $AE_ITEMS = Java.loadClass('appeng.core.definitions.AEItems');
|
||||
|
||||
const Fluix = GTCEuAPI.materialManager.getMaterial('tfg:fluix')
|
||||
|
||||
// Blocks have to be handled in java because ae2 is weird
|
||||
TagPrefix.block.setIgnored(Fluix, $AE_BLOCKS.FLUIX_BLOCK);
|
||||
|
||||
TagPrefix.dust.setIgnored(Fluix, $AE_ITEMS.FLUIX_DUST);
|
||||
TagPrefix.gem.setIgnored(Fluix, $AE_ITEMS.FLUIX_CRYSTAL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue