Started by
beeny
on
Topic category: Help with Minecraft modding (Java Edition)
When testing my mod and going to create a world the game crashes and shows a bunch of errors in the console
Topic category: Help with Minecraft modding (Java Edition)
When testing my mod and going to create a world the game crashes and shows a bunch of errors in the console
You need to give us more information such as the crash log to be able to help with this
This is the crash log: https://pastebin.com/bGJYESmB
You got this error: minecraft:root/minecraft:worldgen/biome: Unbound values in registry ResourceKey[minecraft:root / minecraft:worldgen/biome]: [mitems:flowbiome]
You might just need to regenerate the base mod source files and build the gradle project again (The Hammer Icon). It was most likely caused by a biome you deleted still being in your mods files. After regenerating close mcreator, load it back up and retry creating a world.
Thanks it works now and i can create worlds now