I appreciate the quick and direct response.
I've changed the values for Entity and TileEntity removal to true in the forge.cfg file. Unfortunately, the issue persists.
I'm attempting to use MCEdit 2.0 to remove the tile entities manually through the NBT Data tab of the Find and Replace function, but I'm getting the error
Unhandled Exception
Traceback (most recent call last):
File "mcedit2\editorcommands\find_replace\nbt.py", line 682, in removeSelected (self is a FindReplaceNBT)
File "mcedit2\editorcommands\find_replace\nbt.py", line 672, in removeEntries (self is a FindReplaceNBT)
File "mcedit2\util\showprogress.py", line 77, in showProgress
File "mceditlib\util\progress.py", line 26, in rescaleProgress
File "mcedit2\editorcommands\find_replace\nbt.py", line 664, in _remove (self is a FindReplaceNBT)
File "src\mceditlib\nbt.pyx", line 479, in mceditlib.nbt._TAG_Compound.__delitem__
KeyError: 'Key conduits not found'
Any ideas on the matter?