IC2 Experimental Build: Add ElectricItem

  • It's solved!!!!!!!!!


    Hi there,
    I tried to solve this problem myself but I didnt get it right, so I'm asking here:
    What do I wrong. I try to add electricFood, but I only have one Item(not two) without damage bar(charge), etc.


    Would be cool if you could help me :D


    Here is my code:




    • Official Post

    replace this.setMaxDamage(27); with this.setMaxDamage(0); or if you want to use metadata for something else implement IElectricItemManager in a way which doesn't adjust the metadata to match the charge level.