mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-24 01:29:16 +00:00
Copper
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user