Merge remote-tracking branch 'upstream/master' into unit-stats

This commit is contained in:
Leonwang4234
2020-11-09 21:52:42 -08:00
244 changed files with 467 additions and 367 deletions

View File

@@ -42,7 +42,7 @@ public class Conveyor extends Block implements Autotiler{
conveyorPlacement = true;
ambientSound = Sounds.conveyor;
ambientSoundVolume = 0.002f;
ambientSoundVolume = 0.0015f;
unloadable = false;
noUpdateDisabled = false;
}