-
Notifications
You must be signed in to change notification settings - Fork 27
Ticking Block Entity fix for somethings but not all
Scalda edited this page May 29, 2018
·
1 revision
For future reference, if your server crashes with a "Ticking Block Entity" crash, do the following:
- Shut down the server1.
- Edit the forge.cfg file in the config folder
- Change the following to entries
- B:removeErroringEntities=true
- B:removeErroringTileEntities=true
- Save the forge.cfg file
- Start the server
- If everything comes back up, it should change the block/machine/item that caused the issue into something else (don't recall what it is). Afterwards, shut the server back down and change those two settings back to "false".