TheRandomLabs / VanillaDeathChest

Places containers when players die that contain their items.
https://www.curseforge.com/minecraft/mc-mods/vanilladeathchest-fabric
MIT License
11 stars 13 forks source link

[Fabric 1.16.1] Items from trinket slots are dropped on the floor #37

Closed Luro02 closed 4 years ago

Luro02 commented 4 years ago

This has been tested with vanilladeathchest-1.16.1-1.11.0.4-fabric.jar.

The following mods have been added to the game:

Convenience mods:

Relevant logs (did not crash):

[10:37:05] [Server thread/INFO]: Luroalive fell out of the world
[10:37:05] [Server thread/INFO]: [Luroalive: Killed Luroalive]
[10:37:05] [main/INFO]: [CHAT] Luroalive fell out of the world
[10:37:05] [main/INFO]: [CHAT] Killed Luroalive
[10:37:06] [Server thread/INFO]: Death chest for Luroalive spawned at [class_2338{x=187, y=68, z=-40}]
[10:37:06] [main/INFO]: [CHAT] Death chest spawned at [187, 68, -40]

Screenshots:

Screenshot_20200729_103232 Screenshot_20200729_103241

Related to https://github.com/TeamAOF/All-of-Fabric-3/issues/26

TheRandomLabs commented 4 years ago

Should be fixed. :)

Luro02 commented 4 years ago

Yes it has been fixed :)

Thank you