Baubles API appears to be an outdated version
MercuriusXeno opened this issue ยท 3 comments
Since an update to the Baubles API, Reliquary is now trying to access a method the API either renamed or moved. (re: http://pastebin.com/WT9DichG)
Thanks for reporting, but the last version of baubles on curseforge is from May 19th and that is the one I am testing and building against.
Is it possible that Forgecraft has a not public yet build of baubles?
Just checked Baubles on github and yes Azanor made some updates there, particularly got rid of using IInventory and started using IBaublesItemHandler as a return type instead.
So I will need to fix this just need to figure out how I am going to do that when I only refer to external dependencies and there's currently no public build of Baubles that I know of.