-
Bug
-
Resolution: Cannot Reproduce
-
None
-
1.18.10.21 Beta
-
None
-
Unconfirmed
-
Windows
The getEntities() method of Dimension doesn't seem to be recognized, and gives an error in the output. I include the manifest.json file used just in case.
Minimal reproduction example (main.js):
import * as MC from "mojang-minecraft"; let dimension = MC.world.getDimension("overworld"); let anything = dimension.getEntities();
Output: