Expose getLevel(...) to LUA for command computers to query dimension info #1866
Labels
area-Minecraft
This affects CC's Minecraft-specific content.
enhancement
An extension of a feature or a new feature.
Useful information to include:
I'm currently implementing a dimension broadcasting addon to my server's gps towers so computers can query their own dimension on top of getting their own positions. Currently I'm planning on implementing the dimension query API to behave like the GPS api, but with it running on rednet with the "gps_dimension" channel instead of using port 65534 like the regular GPS uses. I was researching how the command computers behave to more closely match the GPS api and discovered their is no way to obtain dimension information via the command api
The text was updated successfully, but these errors were encountered: