Jump to content

Item icons not working


WaffleFish

Recommended Posts

I am trying to make a juice mod (Don't know if there's already one out there, it is more of a way of learning than making something new), but some of the icon textures in the inventory will not show up. This one works:

item juicer{Weight = 0.5,Type = Normal,DisplayName = Hand Juicer,Icon = juicer.png,}
 
But this one doesn't:
 
item orangeJuice{HungerChange = -10,ThirstChange = -40,Weight = 1.0,Type = Food,DisplayName = Orange Juice,DaysFresh = 12,DaysTotallyRotten = 15,ReplaceOnUse = MuglIcon = orangejuice.png,}
 
Does anyone have any ideas on what may be going wrong? I've tried everything I can think of. Any help would be appreciated.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...