Jaffe2718 / Command-Debug-DevKit

This project is written for debugging Minecraft command.
https://modrinth.com/mod/command-debug-service/
MIT License
13 stars 1 forks source link

[ Future request ] Test world option #13

Closed JackYevhen closed 1 year ago

JackYevhen commented 1 year ago

just adding test world option in main menu, witch will automatically create a void world with platform, creative, command on, and other settings to hop right into making, and don't spend like 2min configuring the world to create

Jaffe2718 commented 1 year ago

Enabling the IDEA plugin to create a Minecraft world would require introducing a lot of NBT editing libraries that would bloat the project. And automatically running the world would require launcher-like functionality, or embedding the launcher inside this IDEA plugin, which doesn't make sense since this plugin doesn't provide any launcher functionality.

JackYevhen commented 1 year ago

No, I mean in mod. (In minecraft)

Jaffe2718 commented 1 year ago

This seems to be a function of world generation and presupposition, which seems to have nothing to do with the design concept of this mod, my mod is simply using socket to accept external to debug command and datapack.