Thaumium Scoop texture missing!

Issue #26 resolved
Unrepentent_Atheist NA created an issue

Howdy, the texture for thaumium scoop is missing.

Comments (8)

  1. Marcin

    fix: replace this

            this.itemIcon = iconRegister.registerIcon(CommonProxy.DOMAIN + "thaumiumScoop");
    

    on this:

         this.itemIcon = iconRegister.registerIcon(CommonProxy.DOMAIN + ":thaumiumScoop");
    

    in file: magicbees\item\ItemThaumiumScoop.java

  2. Log in to comment