Two more sector submissions

This commit is contained in:
Anuken
2025-12-13 11:44:37 -05:00
parent 6054c84fcd
commit 0ebe105ddd
6 changed files with 5 additions and 3 deletions

View File

@@ -2615,8 +2615,8 @@ public class Blocks{
thoriumReactor = new NuclearReactor("thorium-reactor"){{
requirements(Category.power, with(Items.lead, 300, Items.silicon, 200, Items.graphite, 150, Items.thorium, 150, Items.metaglass, 50));
ambientSound = Sounds.loopHum;
ambientSoundVolume = 0.24f;
ambientSound = Sounds.loopThoriumReactor;
ambientSoundVolume = 0.11f;
size = 3;
health = 700;
itemDuration = 360f;