CraftTweaker

CraftTweaker

151M Downloads

transformReplace to "give back" empty bucket is not working

nigelkennington opened this issue ยท 6 comments

commented

Using the following command:

// Make an ink sac from charcoal + water bucket (return bucket)
recipes.addShapeless(minecraft:dye:0, [minecraft:coal:1, minecraft:water_bucket.transformReplace(minecraft:bucket)]);

Causes 2 empty buckets to appear in the crafting window and "zero" charcoals (i.e. the charcoal appears with a red zero on it.

2016-08-21_12 09 03

commented

Remove the transformReplace on the water bucket and try again.

On Aug 21, 2016 1:09 PM, "Nigel Kenningotn" [email protected]
wrote:

Using the following command:

// Make an ink sac from charcoal + water bucket (return bucket)
recipes.addShapeless(minecraft:dye:0, [minecraft:coal:1,
minecraft:water_bucket.transformReplace(minecraft:bucket)]);

Causes 2 empty buckets to appear in the crafting window and "zero"
charcoals (i.e. the charcoal appears with a red zero on it.

[image: 2016-08-21_12 09 03]
https://cloud.githubusercontent.com/assets/14282301/17836855/27c06700-6798-11e6-9182-2b0a41e63f8c.png

โ€”
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/jaredlll08/CraftTweaker/issues/47, or mute the thread
https://github.com/notifications/unsubscribe-auth/AFS9xdx_btHXtOoqGxg2oae6ViP_UkYUks5qiDIFgaJpZM4JpRnz
.

commented

That fixed it yeah. I guess the minetweaker wiki is outdated on that? It clearly states that "However, crafting this will consume the bucket." on the examples.

Thanks!

commented

No idea xD I just remember that buckets are always given back

On Aug 21, 2016 1:48 PM, "Nigel Kenningotn" [email protected]
wrote:

Closed #47 https://github.com/jaredlll08/CraftTweaker/issues/47.

โ€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/jaredlll08/CraftTweaker/issues/47#event-762270054,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFS9xcXGAHr9tPi3TDjqhIhNalHSyCIaks5qiDrwgaJpZM4JpRnz
.

commented

Recipes with buckets sometimes seems to have automatic included the return of empty bucket.

commented

I know this was closed, but I am using the claybucket mod and when I use transformReplace it behaves as that described above. But, when I remove it, the clay bucket is consumed. Any ideas?

commented

Clay bucket mod error, not our problem.