mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Biome command fix
This commit is contained in:
parent
0495d954bc
commit
1ffc598fd4
@ -57,7 +57,7 @@ public class CommandIrisStudioEditBiome extends MortarCommand {
|
||||
Player p = sender.player();
|
||||
|
||||
try {
|
||||
File f = Iris.proj.getActiveProject().getActiveProvider().getBiome(p.getLocation().getBlockX(), p.getLocation().getBlockY(), p.getLocation().getBlockZ()).getLoadFile();
|
||||
File f = Iris.proj.getActiveProject().getActiveProvider().getEngine().getBiome(p.getLocation().getBlockX(), p.getLocation().getBlockY(), p.getLocation().getBlockZ()).getLoadFile();
|
||||
Desktop.getDesktop().open(f);
|
||||
} catch (Throwable e) {
|
||||
Iris.reportError(e);
|
||||
|
Loading…
x
Reference in New Issue
Block a user