Hi,
when I create a Minecraft instance in AMP, the seed is “CubeCodersPowered” by default.
Is there an option to change this to use an empty seed (i.e. random) instead of a fixed value?
Best regards,
Jonas
Hi,
when I create a Minecraft instance in AMP, the seed is “CubeCodersPowered” by default.
Is there an option to change this to use an empty seed (i.e. random) instead of a fixed value?
Best regards,
Jonas
Thank you for the fast reply.
The key MinecraftModule.Minecraft.WorldSeed
seems to work.
The only problem with this is, that I cannot specify an empty value. Is there any way around that? I would like to haven an empty seed, so the seed will be generated at random.
Try just putting in a space
Sorry for the late reply, but that indeed worked. He now puts a space as the seed in new instances, which results in generating a random seed when starting the world.
Thanks