thank you quezler

This commit is contained in:
DeltaNedas 2020-10-10 12:23:08 +01:00
parent fd71e159d3
commit 4b9659d4fa

View File

@ -50,6 +50,7 @@ public class CoreBlock extends StorageBlock{
unitCapModifier = 10; unitCapModifier = 10;
activeSound = Sounds.respawning; activeSound = Sounds.respawning;
activeSoundVolume = 1f; activeSoundVolume = 1f;
group = BlockGroup.none;
} }
@Remote(called = Loc.server) @Remote(called = Loc.server)