Jump to content

Blocks are swapped for players on Create Flavored Forge server


logFerF

Recommended Posts

I recently set up an old computer as a minecraft server. Players are able to join and interact with the world just fine, except many blocks are swapped with unrelated modded and vanilla blocks. (e.g. netherrack -> waterlogged open trapdoor)

When these blocks are broken, they will only drop into an item if you switch to the tool that would break it if the block was "correct." The item that drops is the block that should be there, and when it is placed back down it immediately becomes the same wrong block again. Some chunks wont load at all and it is generally very laggy on the client side. This leads me to believe that it's an issue with the server.

The server is running 1.19.2 Create Flavored (SERVER) on a Mac Mini (Linux Mint Cinnamon) and the client is running the client side version. Connectivity is good and there are no resource issues on the server side.

Getting a friend to join results in identical block swapping. Restarting the server does not change anything, nor does restarting the computer. Adding or removing mods either crashes the server, prevents players from joining, or results in no change. Loading the world in singleplayer fixes the issue, but now only one person can play.

I have worked with my friends for several days now trying to find any solution to this problem. Most things either do nothing or crash the server. If anyone could help or has had a similar experience, please share.

Below are some screenshots:

3tqvj54.png1q4JzkH.pngBVQf2Nt.png

Link to comment
Share on other sites

When minecraft stores a chunk (section) it uses a pallette, something like

0=Air,1=Stone,2=Netherrack followed by an array of those numbers to describe the chunk section 0,1,1,1,42, etc.

If you are seeing block swapping then it sounds like this palette is corrupted for that chunk section.

It uses the same technique when sending chunks over the network.

 

You can test if it is a problem with the files themselves by taking the save and loading it into a single player. If that works then something is breaking the networking/client code.

Either way, the likely problem (beyond broken disk hardware) is one of your mods. If it is not just totally broken, it might be for a different version of minecraft which is why it breaks things.

Also check your mods for ones that claim to optimise things, especially if they say it changes chunk loading and test a new world/save without each of them.

Repeating this process for your mods is likely the only way you will find the problem one.

 

You won't be able to remove mods that modify the worldgen from your existing save. Minecraft won't let you load a world if classes that modify its worldgen are missing.

That is why you need a new save to test and client and server must match in their mod list.

Edited by warjort

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

14 hours ago, warjort said:

You can test if it is a problem with the files themselves by taking the save and loading it into a single player. If that works then something is breaking the networking/client code.

Either way, the likely problem (beyond broken disk hardware) is one of your mods. If it is not just totally broken, it might be for a different version of minecraft which is why it breaks things.

Also check your mods for ones that claim to optimise things, especially if they say it changes chunk loading and test a new world/save without each of them.

Repeating this process for your mods is likely the only way you will find the problem one.

I have confirmed the version of minecraft is matching, and I have also loaded the world into singleplayer (which loaded just fine, the bug was gone). I would try to remove some of the optimization mods from the server, but I already tried running it on just the client side pack which didn't crash but still was broken. I'll try to reinstall the server itself and see if that works. Thanks!

Link to comment
Share on other sites

If it works in single player, then the problem is likely in the networking code of one of your mods.

  • Like 1

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

The confusing part is that the exact same mods worked fine on an Aternos hosted server, but when migrating to a private server it breaks. The world file itself is fine and technically playable but the blocks are swapped around client side. The mods' networking code should be working, but it's not.

Here's the log: https://mclo.gs/YbC4eq7

Link to comment
Share on other sites

That's the server. If it shows any error, it will likely be on the client.

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.