How to Fix Ticking Entity on Forge Minecraft Server
Well, What is a "Ticking Entity"? A ticking entity is a modded block or an entity that causes your server to crash and restart constantly. This issue can be fixed relatively easy. Let's get into it!
How to fix a Ticking Entity on your Forge Server (1.13+)
- Head over to the File Manager and find the
worldfolder.

- The navigate to the
serverconfigfolder.

- There should be a file called
forge-server.tomlinside theserverconfigfolder. Now, click on the file to open the text editor.

- Find the line
removeErroringEntitiesandremoveErroringBlockEntities(removeErroringBlockEntitiesmay be sometimes calledremoveErroringTileEntities).


- Set both of these lines to
true. This will remove all the faulty blocks and/or entities from the world. Next, click the "Save Content" button.

- Restart the server. It should now successfully startup the forge server. If it has successfully started, we recommend to change the values (
removeErroringEntitiesandremoveErroringBlockEntities) back tofalseto ensure it will not remove other blocks/entities that are not causing the ticking entity issue.
How to fix a Ticking Entity on your Forge Server (1.12.2 and below)
- Head over to the File Manager and find the
configfolder.

- Find the file
forge.cfgand click on the file to open the text editor.


- Find the line
removeErroringEntitiesandremoveErroringTileEntities

- Set both of these lines to
true. This will remove all the faulty blocks and/or entities from the world. Next, click the "Save Content" button.

- Restart the server. It should now successfully startup the forge server. If it has successfully started, we recommend to change the values (
removeErroringEntitiesandremoveErroringTileEntities) back tofalseto ensure it will not remove other blocks/entities that are not causing the ticking entity issue.
If you require any further assistance, please create a ticket here. ---
Created By: Greg K.
Updated on: 14/04/2025
Thank you!