You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.
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)
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:
Datapack screen:
customized.zip
Generator diamond ore settings:
The text was updated successfully, but these errors were encountered: