IC2 Item overwriting when adding my items

  • So, i am making my addon for IC2, industrialbuildcraft, and i have som weird things happening. i think items are overwriting each other, you can see at this log:


    i will post it down here, because i have limited characters


  • here you see what happens:


    it also happens like this:




    bronze


    stick ----> my item


    stick

  • all items stored inside static public array, item ID converted (-256-8) to array index and item stored inside that array slot.


    if ANY other mod register item with same ID by any means, original item will be dereferenced.


    you must use OTHER id's for your items or change how IC2e allocate IDs