CC: Tweaked

CC: Tweaked

42M Downloads

Turtle inventory destroys items while moving

sewbacca opened this issue ยท 3 comments

commented

Useful information to include:

  • Minecraft version: 1.14.4
  • CC: Tweaked version: 1.84.1
  • Forge version: 28.1.10
  • Detailed reproduction steps:
  1. Place turtle and refuel
  2. type lua and then: "while true do turtle.turnLeft(); turtle.forward() end"
  3. take any stack and try to evenly distrubute the stack in turtles inventory with holding the left mouse button.
  4. Reaccess the inventory -> Items vanished
commented

I think it also happens if you place a single item or stack of items into the inventory. However, the other way arround it might duplicates the item. I didn't tested much.

commented

I think it also happens if you place a single item or stack of items into the inventory. However, the other way arround it might duplicates the item. I didn't tested much.

Can reproduce. If placing new items in the turtle, they seem to stay, but after closing the GUI and opening it again, the item vanished.

commented

This is most likely a 1.12 issue too, introduced by 75e2845.