Ticking in Minecraft Forge refers to the process of updating and managing various in-game elements over time. It involves regularly updating entities, blocks, and other game components to maintain their behavior and interactions. This continuous ticking process is crucial for ensuring smooth gameplay, enabling dynamic changes, and maintaining the consistency of the game world in the Minecraft Forge modding framework.
Note: Back up the existing saves on the server.
How To Fix Ticking Entity Issues on a Minecraft Forge Server (1.17.1 or higher)
Step 1. Download the Erroring Entity Remover Reforged mod that matches the Minecraft server version.
Step 2. Minimize the file for later use in the guide.
Step 3. Log in to the MelonCube Games panel.
Step 4. Stop the server.
Step 5. Go to the Files tab on the left.
Step 6. Open the mods folder.
Step 7. Drag and drop the .jar file from Step 2.
Step 8. Start the server.
How To Fix Ticking Entity Issues on a Minecraft Forge Server (1.13.2 or higher)
Step 1. Log in to the MelonCube Games panel.
Step 2. Stop the server.
Step 3. Go to the Files tab on the left.
Step 4. Find the following directory: /home/container/[WorldName]/serverconfig
Step 5. Open the forge-server.toml file.
Step 6. Change both values of removeErroringEntities and removeErroringBlockEntities to true.
Step 7. Click the Save button.
Step 8. Start the server.
Step 9. Once the issue is fixed, revert the values changed in Step 6 to false.
How To Fix Ticking Entity Issues on a Minecraft Forge Server (1.12.2 or lower)
Step 1. Log in to the MelonCube Games panel.
Step 2. Stop the server.
Step 3. Go to the Files tab on the left.
Step 4. Open the config folder.
Step 5. Click the forge.cfg file.
Step 6. Change both values of B:removeErroringEntities and B:removeErroringTileEntities to true.
Step 7. Click the Save button.
Step 8. Start the server.
Step 9. Once the issue is fixed, revert the values changed in Step 6 to false.