Resource Backpack's

Resource Backpack's

74.3k Downloads

More flexibility for Backpack Inventory sizes

Rileybutt opened this issue ยท 1 comments

commented

Mod loader

Fabric

Mod version

0.10.6

Minecraft version

1.21.4

Issue description

Firstly, I'm unsure if that title quite words my issue correctly. Sorry about that, couldn't think of a better way. I also am unsure if this is a bug or intended behavior.

I just found this mod and got in game to test it and I love the fact you included a way to change the size of the backpacks in the config. It's a great config option.

My issue is related to that though. I can't seem to set the config options "correctly"? For example, I wanted to make the leather backpack be 3 x 3. I just felt it looked nice and wanted to give it that layout. It resets on me and I notice all backpacks are a minimum of 9 columns. So I decide to change it up and try to do a 3x9 to make a leather backpack equal to a regular chest. But I notice it reset the values again.

I'm confused why this is since the other backpacks can be set to 3, 4, even up to 10 rows. To be honest, I'm not sure if this is an issue or intended but I was curious about this because if say the Netherite Backpack can be set to 10x25, why can the leather be only up to 2x11 max?

I was wondering if that could be done? I likely won't be setting a leather backpack to 10 rows and 25 columns but having the option for each bag would be nice to have more options in bag sizes. Also, is it possible to have bags at less than 9 columns? I had guessed it might be a hard-coded thing in Minecraft since chests are minimum of 9 columns in vanilla, but I was wondering either way because 3x3 or even other sizes like 4x5 and such would be interesting to see.

If Bug

  • I have confirmed this bug is reproducible on a minimal setup, not a modpack with many other mods.

Provide the latest.log file

No response

commented

Hi currently all Backpacks have a hardcoded minimum and maximum for rows and columns. Those are indicated in the config.toml as a comment above the values. I added these limitations to have a base balancing to still have progress through al the backpacks.

Also the ability to set the columns below 9 is currently technically not possible, but i will have a look at it to enable it in a later update.

But adding this isn't the highest priority currently