Skip to main content

Remove erroring tile/block entities (Forge/NeoForge)

warning

Setting this option will remove (delete) any block/tile entity that it dems as "broken" from the world

Minecraft 1.13+

Forge

Forge config location <world>/serverconfigs/forge-server.toml

  1. Select your instance Docs Version Dropdown
  2. Select "Files" Docs Version Dropdown
  3. Find your "world" folder (This folder now will depend on the name you set for the world when creating the server) Docs Version Dropdown
  4. Find the "serverconfig" folder Docs Version Dropdown
  5. Find the "forge-server.toml" and double click Docs Version Dropdown
  6. Find the option for "removeErroringBlockEntities" and set the value to true Docs Version Dropdown
  7. Save your changes Docs Version Dropdown
info

Now that the option has been changed you should now restart your server for this to take effect.

NeoForge

NeoForge config location config/neoforge-server.toml

  1. Select your instance Docs Version Dropdown
  2. Select "Files" Docs Version Dropdown
  3. Select the config folder Docs Version Dropdown
  4. Find the "neoforgeforge-server.toml" and double click Docs Version Dropdown
  5. Find the option for "removeErroringBlockEntities" and set the value to true Docs Version Dropdown
  6. Save your changes Docs Version Dropdown
info

Now that the option has been changed you should now restart your server for this to take effect.

Pre Minecraft 1.13

Forge config location config/forge.cfg

  1. Select your instance Docs Version Dropdown
  2. Select "Files" Docs Version Dropdown
  3. Select the config folder Docs Version Dropdown
  4. Find the "forge.cfg" and double click Docs Version Dropdown
  5. Find the option for "removeErroringTileEntities" and set the value to true Docs Version Dropdown
  6. Save your changes Docs Version Dropdown
info

Now that the option has been changed you should now restart your server for this to take effect.