nikigawlik/gdmc_http_client_python

Building in other dimensions

Opened this issue · 0 comments

Feature branch: None

Since ruined portals are fairly common, enabling the user to build inside the nether (and potentially other dimensions) would greatly expand the potential for infrastructure.

Suggested implementation:

runCommand("execute in minecraft:the_nether setblock ...)
# OR
runcommand("execute in minecraft:the_nether tp @p ~ ~ ~")
buildstuff()
# OR
interface.setdimension("the_end") # with appropriate implementation in the Interface class

Pro:

  • [fill me]

Con:

  • [fill me]