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

You can set values that are too high creating Customized Worlds #430

Open
kruthers opened this issue Oct 10, 2023 · 0 comments
Open

You can set values that are too high creating Customized Worlds #430

kruthers opened this issue Oct 10, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kruthers
Copy link

Description of the image

When creating a customized world datapack via https://misode.github.io/customized in the ores tabs (and possibly others) you are able to enter your own values. By doing this players can enter numbers higher then minecraft will allow. This causes a "Data pack validation failed" error when trying to load it.

Steps to re-create

(I have attached a datapack generated from the site so you dont need to generate one yourself)

  1. Go to https://misode.github.io/customized
  2. Go to the ores tab
  3. Scroll to the bottom (Diamond Ore)
  4. In the first set change tries to 257
  5. In the 2nd set change size to 257
  6. Generate the datapack via the create button
  7. Open you game with logs
  8. Try to create a world with the datapack
  9. You will see the following in console:
    java.lang.IllegalStateException: Failed to parse minecraft:worldgen/configured_feature/ore_diamond_buried.json from pack file/customized.zip & java.lang.IllegalStateException: Failed to parse minecraft:worldgen/placed_feature/ore_diamond.json from pack file/customized.zip and a error in game.

What was intened

For the site to limit values at 256 which is the max for most of them in minecraft its self.

Screenshots

Minecraft error:
image
Datapack screen:
image
customized.zip
Generator diamond ore settings:
image

@misode misode added the bug Something isn't working label Oct 10, 2023
@misode misode self-assigned this Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants