Iguanas Tinker Tweaks

Iguanas Tinker Tweaks

12M Downloads

Clay Bucket API

TinkerWorX opened this issue ยท 9 comments

commented

Would it be possible to get a clay bucket API? I would like to add support for Sludge, Sewage, and other liquids from MineFactory Reloaded. Alternatively, the support could be native, although I'm not sure how I'd contribute this to the source.

commented

Would you consider adding support for Ex Nihilo witch water and clay buckets?

commented

I have made a small mod which adds support for various fluids, mainly forestry and MFR. It needs a custom build of Iguana Tweaks though, due to a bug In the clay bucket code. I could add Ex Nihilo and put it up somewhere if you're interested?

commented

That would be great thanks.

commented

Is it a general fix? If it's safe and you PR it you can use a jenkins build for it.

commented

Thank you TW looks great

commented

Here's the mod which adds support for more liquids. Built against forge 1558. https://github.com/TinkerWorX/IguanaTweaksMoBuckets/tree/master
It requires the latest commits to IgTweaks, which you'll either have to build yourself or ask boni nicely about.

commented

The claybuckets are hardcoded and completely separate from everything else. Clay buckets for other materials could be added by any mod - they are required to be separate items.
You can find everything in the claybucket package.

commented

Alright, so if I'm understanding this right, I just make a FillBucketEvent handler, check for the fired clay bucket and then implement the behavior of a bucket.