
Orphaned tile entity when breaking/wrenching in creative
sparky8251 opened this issue ยท 2 comments
Please fill out the details below before contributing
- Forge Version: 12.18.3.2316
- Calculator Version: 1.10.2-3.2.2
- SonarCore Version: 1.10.2-3.2.8
- Multiplayer or Singleplayer: Likely both, I only verified multiplayer however
- Crash Report Link: No crash report
- Affected Features: Unsure
- Description:
If you break or wrench a Calculator mod block in creative you get console output saying:
[06:55:48] [ic2-poolthread-3/WARN] [IC2.EnergyNet]: Tile sonar.calculator.mod.common.tileentity.generators.TileEntityCrankedGenerator@51051c29 (dim 0: 624/64/-151) removal without registration
I only noticed because if you put another block with a tile entity there you get minute by minute consolespam saying:
[06:55:48] [ic2-poolthread-1/WARN] [IC2.EnergyNet]: Tile sonar.calculator.mod.common.tileentity.generators.TileEntityCrankedGenerator@51051c29 (dim 0: 624/64/-151), sub tile 624/64/-151 (sonar.calculator.mod.common.tileentity.generators.TileEntityCrankedGenerator@51051c29) addition is conflicting with a previous registration at the same location (sonar.calculator.mod.common.tileentity.generators.TileEntityCrankedGenerator@509fe9c6).
I have been able to confirm this behaviour with the handcrank, handcrank generator, advanced powercube, and greenhouse.
The greenhouse can be cleaned up by using demolish then rebuilding seems to remove the orphaned tile entity and prevent console spam (assuming the area demolished contains said orphaned entity)