stanhebben / MineTweaker3

Tweak your minecraft experience
66 stars 32 forks source link

advanced recipe modifiers bug with stacked items #220

Open kotoroshinoto opened 9 years ago

kotoroshinoto commented 9 years ago

working with bottles of creosote oil from immersive engineering to make them compatible with making railcraft wooden ties.

I wanted to make the recipes match railcraft behavior. (it returns the buckets but consumes the bottles).

However there appears to be programmed-in behavior for the IE creosote such that it will auto-return a bottle if consumed by crafting. When I try to tell minetweaker to use noreturn or giveback it takes its action on the entire stack in the crafting grid instead of decrementing them and taking an action on only one item..

kotoroshinoto commented 9 years ago

(should add that in doing so, it still only returns 1 thing)