This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Cruor's profile picture

Turtle Mining bug causing blocks to not be dropped

Started by Cruor, 28 August 2012 - 07:51 PM
Cruor #1
Posted 28 August 2012 - 09:51 PM
Bug: Turtles mining a block without droping said block.

How to reproduce: Place a turtle that is capable to mine. Fill all its 16 slots so that it is forced to drop the block when it mines it. Place a inventory behind the turtle(IE Chest). Fill up the whole chest so that it cannot accept any items. If the turtle digs in this "situation" it would have dropped the item into the inventory, but because the inventory is full it cant. Therfor the turtle digs the block, and there is no valid inventory to catch the block and it dosnt drop(AKA removed from the game)

How to probably fix: Add a failsafe if the turtle's inventory AND the connected inventory to the back cant hold the item that is digged.

Extra notes: Moving the turtle, destroying the turtle and destroying the inventory connected to the back will not give back the items that "disappeared".
Cruor #2
Posted 10 September 2012 - 09:30 AM
Edit: woops… wrong thread :D/>/>