material and rose quartz stuff
This commit is contained in:
parent
08b2a33443
commit
dff7fd6196
3 changed files with 4 additions and 7 deletions
|
|
@ -42,6 +42,7 @@ const registerCreateRecipes = (event) => {
|
|||
})
|
||||
|
||||
event.remove({ type: 'minecraft:stonecutting', input: 'create:andesite_alloy' })
|
||||
event.remove({ type: 'minecraft:stonecutting', input: 'create:rose_quartz' })
|
||||
|
||||
// Train Station
|
||||
event.shapeless('2x create:track_station', [
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
// priority: 0
|
||||
|
||||
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')
|
||||
|
||||
TagPrefix.block.setIgnored(Fluix, $AE_BLOCKS.FLUIX_BLOCK);
|
||||
// Blocks have to be handled in java because ae2 is weird
|
||||
|
||||
TagPrefix.dust.setIgnored(Fluix, $AE_ITEMS.FLUIX_DUST);
|
||||
TagPrefix.gem.setIgnored(Fluix, $AE_ITEMS.FLUIX_CRYSTAL);
|
||||
;
|
||||
|
||||
TagPrefix.dust.setIgnored(GTMaterials.CertusQuartz, $AE_ITEMS.CERTUS_QUARTZ_DUST);
|
||||
TagPrefix.gem.setIgnored(GTMaterials.CertusQuartz, $AE_ITEMS.CERTUS_QUARTZ_CRYSTAL);
|
||||
|
||||
|
|
|
|||
|
|
@ -188,9 +188,6 @@ global.CREATE_DISABLED_ITEMS = [
|
|||
// Blocks
|
||||
'create:andesite_alloy_block',
|
||||
'create:experience_block',
|
||||
'create:rose_quartz_block',
|
||||
'create:rose_quartz_tiles',
|
||||
'create:small_rose_quartz_tiles',
|
||||
|
||||
// Other
|
||||
'create:honey_bucket',
|
||||
|
|
@ -205,7 +202,6 @@ global.CREATE_DISABLED_ITEMS = [
|
|||
'create:blaze_cake_base',
|
||||
'create:sturdy_sheet',
|
||||
'create:polished_rose_quartz',
|
||||
'create:rose_quartz',
|
||||
'create:cinder_flour',
|
||||
'create:dough',
|
||||
'create:bar_of_chocolate',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue