This doesn't add anything directly - instead this adds 3 base packages that mods can use to transfer items and fluids between blocks.
Quick overview (for developers):
Attributes: These are available on blocks that implement "IAttributeBlock"
Item and fluid management are both based around 5 similar attribute classes: ItemFixedInvView, ItemFixedInv, ItemInvStats, ItemInsertable, and ItemExtractable.
More details can be found on the wiki. For any other details (or help) using this please either open an issue on github, or ask in the lba channel in the cottonmc discord server.
Hey, is there some kind of discord I can ask for help as a developer trying to incorporate this library into my mod?
In reply to Forge_User_59455267:
Yes! I should have added that to the description ages ago - it's there now, but it's the lba channel in the cottonmc discord server.
Not working in 20w08a, getting error saying:
In reply to DoomSlayer65:
All of my mods only work on the version of minecraft that they were designed for - so LBA only works on 1.15.2 and 20w06a. (I'll get around to updating them all soon though).
In reply to AlexIIL:
Yeah I didn't think it would. Figured I'd let you know.
In reply to DoomSlayer65:
I was just about to report the same thing - although i'm in 1.15.1, not a snapshot. Put in the block attributes mod and got the requires _fluids. I suspect their might be an additional _items one that follows after that is resolved. I guess this is just a secondary ping.
I'm hoping the differences between 15.1 and 15.2 aren't too crazy. Probably an issue with other mods when I was trying to build out a new mod list.
That being said, AlexIIL, thank you for the hard work. Item transport is the one thing I've been trying to grapple with since my past Feed the Beast days and get to a somewhat more recent version of modded minecraft. It just doesn't seem to exist anywhere, and was like the most critical aspect of all the mods working together.
1.14?
In reply to potan810:
Yes? (What question are you asking?)