Rewrite XP bath

- Now works in any dimension
- Rework configurator
- Cleanup code
- Add localization
This commit is contained in:
jchung01
2025-05-21 20:47:29 -07:00
parent 4d04e54d10
commit be1d89c4ef
5 changed files with 166 additions and 292 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ function getControllerSender(controller as IMachineController) as ICommandSender
/*
Schedule a task to run on the main thread.
You should do this for anything that involves in-world objects (like block state and commands).
You should use this for anything that modifies in-world objects.
The passed task must be `function() as void {...}`.
*/
function scheduleTask(controller as IMachineController, task as function()void) {