fixed a crash when tping to the moon lol
This commit is contained in:
parent
c74339adb7
commit
187e5a2f5f
23 changed files with 2666 additions and 2797 deletions
|
|
@ -20,14 +20,14 @@ global.AIRCRAFT_UPGRADES = [
|
|||
]
|
||||
|
||||
global.EXTRATERRESTRIAL_RAW_ROCKS = [
|
||||
'tfg:raw_anorthosite',
|
||||
'tfg:raw_basanite',
|
||||
'tfg:raw_syenite'
|
||||
'tfg:rock/raw_anorthosite',
|
||||
'tfg:rock/raw_basanite',
|
||||
'tfg:rock/raw_syenite'
|
||||
]
|
||||
|
||||
global.EXTRATERRESTRIAL_HARDENED_ROCKS = [
|
||||
'tfg:hardened_anorthosite',
|
||||
'tfg:hardened_syenite'
|
||||
'tfg:rock/hardened_anorthosite',
|
||||
'tfg:rock/hardened_syenite'
|
||||
]
|
||||
|
||||
global.MOON_BIOMES = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue