MyM-ModpackTeam / ThaumicSkies

5 stars 4 forks source link

Clay bucket doesnt work with the sink #7

Closed Sandstroem closed 8 years ago

Sandstroem commented 8 years ago

Might be intended, but the clay bucket doesnt work with the sink we get at the start. Probably because it is from Ex Nihilo and not integrated.

We crafted Water bottles and used those to get water from sink to barrels. And there is enough rain anyway. But maybe changing that might be nice.

MaelstromPhx commented 8 years ago

I noticed that. I believe it is an issue with how the sink is coded to provide water. As of right now I have no fix but a workaround is to use a water bottle to transfer water from the sink to barrel and then just use the buckets to get it out of the barrel.

chaosblad3 commented 8 years ago

Or, you know, you could have asked me or wisski to fix it for you with commandhelper.. like i just did ;)

Bennyboy1695 commented 8 years ago

CommandHelper doesn't fix single player though ;)

chaosblad3 commented 8 years ago

Pfft serves them right for not playing on our server instead then doesn't it :P

chaosblad3 commented 8 years ago

A minetweaker alternative workaround that would work in singleplayer could be:

recipes.addShapeless(<IguanaTweaksTConstruct:clayBucketWater>, [<IguanaTweaksTConstruct:clayBucketFired>, <harvestcraft:sink:*>.reuse()]);

So crafting an empty clay bucket with a sink would give back a filled bucket and leave the sink in the crafting grid, though that does seem kinda counter-intuitive as it makes buckets of water essentially autocraftable.. i'll leave that one up to you!

MaelstromPhx commented 8 years ago

Patched