Malorolam / LootBags

Other
21 stars 31 forks source link

Recipes missing #135

Closed MCEventHorizon closed 6 years ago

MCEventHorizon commented 6 years ago

In 1.12.2 version of the mod there are no 2x2 recipes to craft better bags or one better to create 4 lower tier bags.

Malorolam commented 6 years ago

Yes, that system was removed and replaced with the Bag Storage which does the exact same thing but better.

MCEventHorizon commented 6 years ago

Problem for me with that is that it isn't dynamic. I made a UHC modpack and I was hoping that players could combine the bags on the move instead of placing bag storage. And making the recipes is difficult cause it doesn't recognize if the bag was opened. Would it be possible for a config file that turns on/off crafting?

Malorolam commented 6 years ago

No, because of how Minecraft does crafting recipes now, I can't dynamically create recipes the way they used to work.
The unopened bags have no NBT data.

MCEventHorizon commented 6 years ago

What about a portable bag storage, like a backpack?

Malorolam commented 6 years ago

Possibly, I've been messing around with UUIDs to solve dupe glitch problems, so if I get a handle on using them properly I'll probably add a portable storage, probably based off of ender chest/pouches.