more work on deco blocks, needs checking
This commit is contained in:
parent
0e9d72137d
commit
2129d9611d
3 changed files with 136 additions and 21 deletions
|
|
@ -20,12 +20,6 @@ global.AD_ASTRA_DISABLED_ITEMS =
|
|||
'ad_astra:wrench',
|
||||
'ad_astra:cheese',
|
||||
'ad_astra:cheese_block',
|
||||
'ad_astra:iron_plate',
|
||||
'ad_astra:iron_rod',
|
||||
'ad_astra:steel_ingot',
|
||||
'ad_astra:steel_nugget',
|
||||
'ad_astra:steel_plate',
|
||||
'ad_astra:steel_rod',
|
||||
'ad_astra:photovoltaic_etrium_cell',
|
||||
'ad_astra:photovoltaic_vesnium_cell',
|
||||
'ad_astra:engine_frame',
|
||||
|
|
@ -42,20 +36,47 @@ global.AD_ASTRA_DISABLED_ITEMS =
|
|||
'ad_astra:cryo_fuel_bucket',
|
||||
'ad_astra_giselle_addon:gravity_normalizer',
|
||||
'ad_astra:cable_duct',
|
||||
'ad_astra:glacio_globe',
|
||||
'ad_astra:fluid_pipe_duct',
|
||||
'ad_astra:iron_plate',
|
||||
'ad_astra:iron_rod',
|
||||
'ad_astra:steel_ingot',
|
||||
'ad_astra:steel_nugget',
|
||||
'ad_astra:steel_plate',
|
||||
'ad_astra:steel_rod',
|
||||
|
||||
// Don't integrate these, several systems rely on all ore blocks being gregtech's generated ones
|
||||
'ad_astra:moon_ice_shard_ore',
|
||||
'ad_astra:deepslate_ice_shard_ore',
|
||||
'ad_astra:mars_ice_shard_ore',
|
||||
'ad_astra:moon_iron_ore',
|
||||
'ad_astra:mars_iron_ore',
|
||||
'ad_astra:mercury_iron_ore',
|
||||
'ad_astra:moon_desh_ore',
|
||||
'ad_astra:deepslate_desh_ore',
|
||||
'ad_astra:mars_diamond_ore',
|
||||
'ad_astra:mars_ostrum_ore',
|
||||
'ad_astra:deepslate_ostrum_ore',
|
||||
'ad_astra:venus_calorite_ore',
|
||||
'ad_astra:deepslate_calorite_ore',
|
||||
'ad_astra:venus_coal_ore',
|
||||
'ad_astra:venus_gold_ore',
|
||||
'ad_astra:venus_diamond_ore',
|
||||
'ad_astra:glacio_ice_shard_ore',
|
||||
'ad_astra:glacio_coal_ore',
|
||||
'ad_astra:glacio_copper_ore',
|
||||
'ad_astra:glacio_iron_ore',
|
||||
'ad_astra:glacio_lapis_ore',
|
||||
|
||||
// TODO: integrate with tag prefixes?
|
||||
'ad_astra:steel_block',
|
||||
'ad_astra:raw_desh_block',
|
||||
'ad_astra:raw_ostrum_block',
|
||||
'ad_astra:raw_calorite_block',
|
||||
'ad_astra:moon_desh_ore',
|
||||
'ad_astra:deepslate_desh_ore',
|
||||
'ad_astra:mars_ostrum_ore',
|
||||
'ad_astra:deepslate_ostrum_ore',
|
||||
'ad_astra:venus_calorite_ore',
|
||||
'ad_astra:deepslate_calorite_ore',
|
||||
|
||||
|
||||
// Disabled until EV planet
|
||||
|
||||
'ad_astra:tier_2_rocket',
|
||||
'ad_astra:desh_engine',
|
||||
|
||||
// Disabled until IV planets
|
||||
|
||||
|
|
@ -69,7 +90,8 @@ global.AD_ASTRA_DISABLED_ITEMS =
|
|||
|
||||
|
||||
// Disabled until LuV planet
|
||||
|
||||
|
||||
'ad_astra:glacio_globe', // maybe
|
||||
'ad_astra:tier_4_rocket',
|
||||
'ad_astra:jet_suit_helmet',
|
||||
'ad_astra:jet_suit',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue