Welcome to This HORRIBLE wiki
Yes, I have a lot of stuff to implement I'm currently working on the webpage but i want the mod out so...
{
"color": {
"r": 120,
"g": 190,
"b": 191
},
"maxItems": -1,
"maxDifferentItems": 1,
"differentiateByNBT": false,
"whitelist": [],
"dropItems": false
}
this is for the Pouches and Bundles mod. This is an example of all possible keys able to be used in a pouch json file.
the directory for pouches is data/<namespace>/pouches/yourpouch.json.
Note: -1 just means its infinite
color: changes the color of the stting around the pouch.
maxItems: the maximum amount of items in a pouch.
maxDifferentItems: this is the maximum amount of different Items. for example of maxItems is -1 but maxDifferentItems is 2 you can have 500 diamons and 300 gold,
however, you canNOT have 20 emeralds, 20 diamonds, and 20 gold since there is more than 2 types of items, only 2 of those three items will be able to be in.
differentiateByNBT: if stuff like an enchantedsword and a regular sword should count as different items.
whitelist: Accepts both tags and items, however when left empty accepts any item.
dropItems: when right clicking in the air if the pouch should drop the next available items.
To get your bag, use the /pouch command.