AlexIIL / LibBlockAttributes

Library mod for fabric that adds items and attribute API's for blocks.
Mozilla Public License 2.0
43 stars 12 forks source link

`inv` property of InventoryFixedWrapper is inaccessible in subclasses #14

Closed Fuyukai closed 5 years ago

Fuyukai commented 5 years ago

I use this class for recipe interfacing (since it needs an Inventory object) so it would be good if the property could be accessed directly

AlexIIL commented 5 years ago

Yeah that's a bit of an oversight - I've pushed 0.4.14 to the mod-buildcraft maven, which should contain the fix?