Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the best way to manually build worlds? #198

Open
MeBadDev opened this issue Sep 30, 2023 · 2 comments
Open

What is the best way to manually build worlds? #198

MeBadDev opened this issue Sep 30, 2023 · 2 comments

Comments

@MeBadDev
Copy link

Hello, I want to make the engine load a pre-built world, however I can't find any datas about how on Google(All i found is Procedual World Generation). I know I can type in every block I want in JSON or something like that, but there gotta be a better way than that right?

@MeBadDev
Copy link
Author

Ok, I found a dumb way, but it worked.

  1. Generate a Minecraft world, super flat with The void preset.
  2. Build it
  3. Export block data to JSON using mineways/jmc2obj
  4. Iterate through the JSON file, and place blocks with the correct textures and properties

NOTE: you won't get the textures using this way, you'll need to texture it based on JSON properties yourself.

This is a way, but I would love to hear about how you do it!

@fenziie
Copy link

fenziie commented Apr 13, 2024

Ok, I found a dumb way, but it worked.

  1. Generate a Minecraft world, super flat with The void preset.
  2. Build it
  3. Export block data to JSON using mineways/jmc2obj
  4. Iterate through the JSON file, and place blocks with the correct textures and properties

NOTE: you won't get the textures using this way, you'll need to texture it based on JSON properties yourself.

This is a way, but I would love to hear about how you do it!

Thanks! Im gonna try this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants