I'm trying to make a superflat world, but the preset code does a strange, hard-to-describe thing when I actually use the code. See images.
As you can see in the images, I enter the code, this code being for a research world for strongholds, and return to the preset menu. I return to the code menu and the preset has "scrambled" itself.
EDIT: With the commas in the parentheses replaced by spaces, the code doesn't screw itself up.
Attachments
Comments 3
After returning the code to its earlier state, and still using commas, the code worked. I'll try it with the spaces, one moment
First of all, you're using an incorrect format. Turn all of your commas in the preset into spaces. (i.e. "3;64*minecraft:bedrock;14;stronghold(count=1000000,distance=1,spread=100)" should be "3;64*minecraft:bedrock;14;stronghold(count=1000000 distance=1 spread=100)")
That's why I think this issue is invalid.