[Bug]: Turtle dupe
Waoweens opened this issue ยท 3 comments
General Info
- I can reproduce this issue consistently in single-player
- I can reproduce this issue consistently in multi-player
- I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I am having the same problem.
- I am crashing and can provide my crash report(s)
- I am using the latest version of the modpack
Modpack version
1.0.1
Java version
1.8.0_51 (from CurseForge Launcher)
Modpack Launcher Used
CurseForge Launcher
Memory Allocated
Xmx 6GB Xms 4GB with G1GC
Minecraft World Environment
Single Player
Misc Client Info
- Optifine Installed
- Shaders Installed
Server Java Version
OpenJDK Runtime Environment (Temurin)(build 1.8.0_302-b08)
Server Operating System
Windows 10
Misc Server Info
- Sponge or Non-Vanilla Forge Server
Issue Description
Info
When you get killed by a Melee Turtle, the turtle will have your items in its inventory, but your grave will still be there and so your items are duplicated.
This happens on both singleplayer and multiplayer.
Expected behavior
Turtle kills you, item in Turtle inventory, grave disappears / Turtle kills you, item on grave, turtle does not have your items.
Steps to reproduce
- Place Melee Turtle
- Create a file with:
while (true) do
turtle.attack()
end
- Run the file
- Stand in front of the turtle and die
- Open grave
- Check turtle inventory
Additional Information
Logs (singleplayer):
latest.log
(pastebin has a 512kb limit, so I used GitHub Gist)
Video:
turtdupe.mp4
This would need reporting to the CC Tweaked tracker.
If you don't mind can you report this also to here? Link back to this issue also so we can see any updates. Thanks!
However, this could be a side effect of the gravestone mod with how it's capturing the inventory. Will see what @Darkosto thinks about this one. It's two-sided on who is to "blame" per se.
I can speak with the dev of the gravestone mod and see if they're able to come up with a solution on that end
I have reported this to the CC Tweaked issue tracker. cc-tweaked/CC-Tweaked#940