ItemStack example
custom recipe method
invoke method
splitStack not works with IC2 Items. Any ideas? Help please!
Any ideas?
ItemStack example
custom recipe method
invoke method
splitStack not works with IC2 Items. Any ideas? Help please!
Any ideas?
You're getting a stack size of 1 from IC2Items#getItem, so splitStack will only ever return a stack size of 1. You're probably better copying the stack then doing setCount on it to get the size you want.
Ths,
I'll write if it does not work out
I presume that worked fine then?
Not quite, all ways reduced to the same problem. Can you show realization?
Something like this should work
Great to see you got it all working