Posted August 1, 201510 yr What function is used when a item is created for the first time? onCreated doesn't work correct because thats for crafting.. not when you spawn it in creative mode.. Thanks for the help and support
August 1, 201510 yr There are none. Depending what you need (please write), you will be interested in: * Lazy NBT init (e.g: add new info when item is used 1st time) * EntityJoinedWorldEvent (e.g: to replace dropped items with new ones) * PlayerTickEvent or other events to e.g replace item or assign new data to it. I don't get "item is crafted for the first time" part. I mean, you can craft item only ONCE, how can it be crafted twice, lol If you want to know if item has beed crafted by player for the fist time - you will need IExtendedEntityProperties. 1.7.10 is no longer supported by forge, you are on your own.
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.