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
I got edit mode to work properly... sort of. It breaks if I exit the game and rejoin. I have to create a new world every time I want to edit a part because if I leave the world and rejoin, it no longer registers the world as having any parts. locatepart doesn't return any results, editpart does nothing, createpart says that no parts exist to create, etc.
I don't understand, wouldn't edit mode just be a boolean tag in a saves level.dat file that enables the commands? I tried searching through my save with NBTStudio but I couldn't find it.
No, to be able to do all the commands the mod records information when buildings are created (i.e. when chunks are generated). So edit mode can only work for chunks that have been generated in that run. If you would move away in the same world to new chunks you would be able to continue edit mode there. But not in chunks that were already there because I don't keep that information when the game restarts
I got edit mode to work properly... sort of. It breaks if I exit the game and rejoin. I have to create a new world every time I want to edit a part because if I leave the world and rejoin, it no longer registers the world as having any parts. locatepart doesn't return any results, editpart does nothing, createpart says that no parts exist to create, etc.
Playing with the latest version of DeceasedCraft, 1.18.2
https://www.curseforge.com/minecraft/modpacks/deceasedcraft
The text was updated successfully, but these errors were encountered: