copygirl / WearableBackpacks

Minecraft mod which adds beautiful, balanced backpacks
MIT License
61 stars 35 forks source link

Suggestion: Add Backpack size to NBT data #48

Closed ulk-underscore closed 7 years ago

ulk-underscore commented 7 years ago

What I mean is to allow NBT data to determine (or modify) the inventory size with rows and columns like in the config.

My goal was to have an extra column backpack only from dungeon loot, but coming to think of it it would also make the mod more versatile for progression-based modpacks.

copygirl commented 7 years ago

From the readme:

For Modpack / Map Creators

Custom backpack size can be set using NBT tag backpack:{size:[x,y]}. Custom armor value can be set using NBT tag backpack:{armor:x}. Default backpack loot table wearablebackpacks:backpack/default can be overridden.

Is this what you meant?

ulk-underscore commented 7 years ago

That's exactly what I meant, good stuff. My bad for missing that.

copygirl commented 7 years ago

No worries. Happens to everyone :)