fixed all the greate mess
This commit is contained in:
parent
b42479cd34
commit
1dce4d76a4
13 changed files with 399 additions and 143 deletions
|
|
@ -3,15 +3,16 @@
|
|||
|
||||
global.GREATE_DISABLED_ITEMS = [
|
||||
|
||||
'greate:steel_alloy',
|
||||
'greate:aluminium_alloy',
|
||||
'greate:stainless_steel_alloy',
|
||||
'greate:titanium_alloy',
|
||||
'greate:tungsten_steel_alloy',
|
||||
'greate:rhodium_plated_palladium_alloy',
|
||||
'greate:naquadah_alloy_alloy',
|
||||
'greate:darmstadtium_alloy',
|
||||
'greate:neutronium_alloy',
|
||||
'create:andesite_alloy',
|
||||
'gtceu:steel_alloy',
|
||||
'gtceu:aluminium_alloy',
|
||||
'gtceu:stainless_steel_alloy',
|
||||
'gtceu:titanium_alloy',
|
||||
'gtceu:tungsten_steel_alloy',
|
||||
'gtceu:rhodium_plated_palladium_alloy',
|
||||
'gtceu:naquadah_alloy_alloy',
|
||||
'gtceu:darmstadtium_alloy',
|
||||
'gtceu:neutronium_alloy',
|
||||
|
||||
'gtceu:tungsten_steel_whisk',
|
||||
'gtceu:rhodium_plated_palladium_whisk',
|
||||
|
|
@ -160,4 +161,19 @@ global.GREATE_DISABLED_FLUIDS = [
|
|||
'gtceu:chromatic_compound',
|
||||
'gtceu:shadow_steel'
|
||||
|
||||
]
|
||||
|
||||
global.GREATE_DISABLED_TAGS = [
|
||||
'#forge:andesite_alloy',
|
||||
'#forge:dusts/andesite_alloy',
|
||||
'#forge:alloys/andesite_alloy',
|
||||
'#forge:alloys/steel',
|
||||
'#forge:alloys/aluminium',
|
||||
'#forge:alloys/stainless_steel',
|
||||
'#forge:alloys/titanium',
|
||||
'#forge:alloys/tungsten_steel',
|
||||
'#forge:alloys/rhodium_plated_palladium',
|
||||
'#forge:alloys/naquadah_alloy',
|
||||
'#forge:alloys/darmstadtium',
|
||||
'#forge:alloys/neutronium'
|
||||
]
|
||||
|
|
@ -8,4 +8,6 @@ const registerGreateMaterialModification = (event) => {
|
|||
GTMaterials.get("rose_quartz").addFlags(
|
||||
GTMaterialFlags.GENERATE_LENS
|
||||
);
|
||||
|
||||
GTMaterials.get('andesite_alloy').setFormula("?", true)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue