Posted March 27, 201312 yr Hi there I'm quite new at Forge and i'm trying to make a Mod that implements some drinks to the game. But I have no clue how to make a drink item. Can someone help me?
March 27, 201312 yr just make a normal food item but replace the animation and set the food gain to zero, you can then add/change any other features such as potion effects. Use examples, i have aspergers. Examples make sense to me.
March 27, 201312 yr You can do it really simple by creating an item, go into the item class, type Item(let say Beer) ItemBeer extends ItemBucketMilk then it will act as a bucket of milk. And dont forget to add a constructor to ItemBeer
March 27, 201312 yr You can do it really simple by creating an item, go into the item class, type Item(let say Beer) ItemBeer extends ItemBucketMilk then it will act as a bucket of milk. And dont forget to add a constructor to ItemBeer The question was already correctly answered and your solution would be to make it act like a bucket of milk... Besides you are adding things to the item.java file, which would make the mod you are creating incompitable with EVERY other mod. If you guys dont get it.. then well ya.. try harder...
March 27, 201312 yr The easiest way is to change enum eatingAnimation "you seem to be THE best modder I've seen imo." ~spynathan ლ(́◉◞౪◟◉‵ლ
March 28, 201312 yr Yup, everything you need is in ItemBucketMilk. And it ain't much; that class isn't very big.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.