Traveler's Backpack

Traveler's Backpack

39M Downloads

Backpack doesn't render on the back, with Trinkets Canary slot mod

BumbleRumbler opened this issue ยท 4 comments

commented
  1. on Fabric, mod version 1.21.4-10.4.13

  2. Describe the bug
    When wearing the backpack in the Trinkets slot from the mod Trinkets Canary (https://github.com/Ryhon0/trinkets-canary) the backpack doesn't render on the back. Everything else works perfectly.

  3. Write steps to reproduce the bug
    Trinkets Canary + Traveler's Backpack, equip the bag

  4. What is expected behaviour
    The backpack should render on the back of my character model

More thoughts :
Trinkets Canary mod author told me "Might be because the 1.21.4 release has the Trinkets renderer disabled" with a link : https://github.com/Tiviacz1337/Travelers-Backpack/blob/1.21.4-fabric/src/main/java/com/tiviacz/travelersbackpack/compat/trinkets/TravelersBackpackTrinket.java#L48
I barely have any coding knowledge but am willing to make the necessary changes myself if need be, with instructions.

commented

Oh sad, ok !
Are you aware of any other way I could get my backpack rendered on 1.21.4 ? Another backslot mod ?

commented

you have to set backSlotIntegration = false in common config and use default backpack equip mechanic

commented

1.21.4 version does not support trinkets canary, 1.21.6, 7, 8 does

commented

Thank you very much !