Void world cake problems Version 1.2.1
Folanlron opened this issue ยท 6 comments
Quest book is giving out wrong "cake" for Void world travel, it just says "Custom" and has no values once placed down, can't eat it no matter how hungry you are. Over world cake seems too have the same problem as the void cake, clicking on the item in the quest book to pull up the recipe does not work.
When traveling from OW -> Void with the proper cake made, this is the error message that is thrown(Some weird reason, it has a slim chance too just straight crash the client when you try too travel.)
https://gist.github.com/Folanlron/d3348a1606e34fa936b8754629d70ab9
Currently in the dev build:
- Cakes from both the first one and the renewable quest stack and are correct.
- Singleplayer Topography generates properly, with the voidworld.
- Singleplayer worlds of other types generate without the voidworld registered, and eating a slice of the Void Cake has no effect.
- Multiplayer worlds generated with generator-settings={"Topography-Preset":"Omnifactory"} and level-type=lostcities work fine.
- Multiplayer worlds generated with generator-settings={"Topography-Preset":"Omnifactory"} and level-type=default - also works fine.
So, to fix this issue:
- Include the server.properties with
generator-settings={"Topography-Preset":"Omnifactory"}
in the 1.2.2 Server Files. - Note (on the modpack's Curseforge page, and in the cake quests) that in singleplayer, using nonstandard worldtypes needs some NBT editing to enable the voidworld.
Fixed by #272
It's only a problem with Omnifactory standalone server, as it doesn't register dimension 119. In singleplayer this issue not exists.
I presented the bug, think what you want too think on it.
PS: Wrong on the way minecraft works, there is no more SP/MP system they are all MP worlds, even Singleplayer worlds.
@Folanlron it must be some difference in the mods/configuration as the "client" is installed with the twitch client (in most cases), and the "server" is a standalone package. The "client" installation doesn't have this issue, the "server" installation does. The config files/scripts are the same, so I think it related to the Topography mod somehow, as it registers the dimension 119.
I wasn't able to figure out anything else about this and it's not related to how minecraft works.