Loadout env fixes

This commit is contained in:
Anuken
2022-01-26 14:01:38 -05:00
parent 06a4f65728
commit f97d7edffb
9 changed files with 28 additions and 18 deletions

View File

@@ -50,9 +50,9 @@ public class CoreBlock extends StorageBlock{
loopSoundVolume = 1f;
drawDisabled = false;
canOverdrive = false;
envEnabled |= Env.space;
//support everything
envEnabled = Env.any;
replaceable = false;
rebuildable = false;
}