Travelers Backpack / Create compat
schmensch opened this issue · 4 comments
Describe the Bug
When wearing a Backpack from the Traveler's Backpack mod (https://modrinth.com/mod/travelersbackpack) and backpackDeathPlace is set to true in the Traveler's Backpack config, when you die by being impaled by a moving drill, the backpack isn't placed on death but instead completely disappears.
Reproduction Steps
- Create a moving drill (e. g. with a sticky create piston, a creative motor and a drill)
- Get a backpack and wear it (right click with the backpack, then click the arrow in the lower left of the menu. Confirm that you are wearing it by pressing B. It should open the backpack menu)
- Get yourself to low health
- Die by being impaled by the moving drill
- The backpack isn't placed where it's supposed to be
Expected Result
The backpack should be placed near the drill, or drop as an item if there's no space for it to be placed.
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
Arch Linux / Rocky Linux
Mod Version
0.5.0i
Minecraft Version
1.19.2
Other Mods
No response
Additional Context
No response
I guess this is because create structures prohibit blocks from being placed in them, but aren't blocks themselves. This means that travelers backpacks thinks it can place the block there, but actually can't, leading to the loss of the backpack.
Might also be the case. I added a chest on top of the drill the backpack didn't appear in it.