Traveler's Backpack

Traveler's Backpack

26M Downloads

The code is very unreadable, and I cant' figure out how to add custom backpack via add-on mod

Tejty opened this issue ยท 2 comments

commented
  1. 1.16.5 Forge
    
  2. It has a very weird rendering system, and there is a very big amount of lists containing all backpacks, and when I register new item as the backpack class, it crashes when rendering it on back in third person. I also tried adding it into the list of bags in the ModItems class, but it made some weird stuff, it had texture of different backpack, and other backpacks has been pushed in the list, that caused shuffled textures of other backpacks, and one backpack crashed when it tried to render it, with error index 43 out of range 43.

That means there is list of models it is trying to read from, but there are more backpacks in the main list

  1. I already told that

  2. I would expect you to rewrite your code to be more add-on friendly

  3. Sorry I can't provide screenshots

commented

I am aware of that, but since you are using 1.16.5 I don't think changes are coming to this version
at the moment I support 1.18.2-1.21
I dropped suport for 1.16.5 some time ago

commented

java's fault