How to prevent stacking of floating items?

Discussion in 'Plugin Development' started by Fipil, Jan 10, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    Fipil

    Hi, I'm creating a plugin which will transport "floating" (dropped) items through "pipes". I've one problem: if the items are too close to each other and are of the same type, they are grouped to stack. Can I prevent this?
    Important: I know that there is some method howto set some type NON-stackable. but this is not what I want! The item should still be stackable, so user can stack them but I'd like to prevent stacking of and only of the floating items managed by my plugin.
    Can anyone advise me, please?
     
  2. Offline

    Terradominik

    i think the only possible way is to change the items so they aren't the same. You could do this by changing there metadata value (for excample change their name to a random nuber or something else)
     
Thread Status:
Not open for further replies.

Share This Page