Jump to content

Recommended Posts

Posted

[from skype conversation of modding team]

 

2013-03-15 19:56:00 [iNFO] [sTDOUT] getIconFromDamage

[1:56:57 AM] *username: that is the only call i get when drawing the bow

[1:57:04 AM] *username: and obviously i cannot use that

[1:57:51 AM]*username*: that doesnt even work

[1:57:54 AM] *username: look:

[1:58:26 AM] *username: if (this.itemInUse != null && par1ItemStack.itemID == Item.bow.itemID)

            {

                int j = par1ItemStack.getMaxItemUseDuration() - this.itemInUseCount;

 

                if (j >= 18)

                {

                    return Item.bow.func_94599_c(2);

                }

 

                if (j > 13)

                {

                    return Item.bow.func_94599_c(1);

                }

 

                if (j > 0)

                {

                    return Item.bow.func_94599_c(0);

                }

            }

[1:58:35 AM]*username: its fucking hard coded into entityplayer

 

[end of record]

 

36240335.jpg

 

 

thanks  :)

Posted

I'll relook at this if you actually understand what code you're reading and do as it says.

And then also post without the condescending dick boss from office space.

 

{Protip: That's not broken}

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.