Studio charge (no longer in debug)

This commit is contained in:
CocoTheOwner 2021-08-16 18:48:42 +02:00
parent 2099342352
commit a18c4b6449

View File

@ -329,6 +329,10 @@ public class DecIrisStudio implements DecreeExecutor {
NoiseExplorerGUI.launch();
}
@Decree(description = "Charges all spawners in the area", aliases = "zzt", origin = DecreeOrigin.PLAYER)
public void charge() {
engine().getWorldManager().chargeEnergy();
}
@Decree(description = "Preview noise gens (External GUI)", aliases = {"generator", "gen"})
public void explore(