[1.70b] Bug: Certain items not stacking [SMP]

  • Add the needed parts back if you have to. As for the first bug, did you try testing the id to see if it was valid for the entry or not before trying to do anything to the item?


    loop(
    if id == desired_item{
    rest of code
    }
    Else
    skip item
    )


    That should work, even if there is more than one item id to test for, as adding to it is easy.

    A Rock Raider trained as an Engineer, among other things.