mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Copper
This commit is contained in:
parent
8188c21641
commit
2da8ffb8cd
@ -108,7 +108,7 @@ public class EngineCompositeGenerator extends ChunkGenerator implements IrisAcce
|
||||
try {
|
||||
for (Player i : getTarget().getWorld().getPlayers()) {
|
||||
new MortarSender(i, Iris.instance.getTag()).sendMessage("Dimension Hotloaded");
|
||||
i.playSound(i.getLocation(), Sound.BLOCK_BEACON_POWER_SELECT, 1f, 1.25f);
|
||||
i.playSound(i.getLocation(), Sound.BLOCK_COPPER_PLACE, 1f, 1.25f);
|
||||
}
|
||||
} catch (Throwable e) {Iris.reportError(e);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user