My idea is whenever the player takes fall damage, they are given loot.
I am trying to give them the item but I am stuck on the "Item Id" part
Minecraft.getInstance().player.addItem(null)
How do I find item Id's first of all?
Second, is there an easier way to give the player an item? (armor, weapons, e.g.)
This post was rushed, sorry
Hi, I am a noob to forge and I was trying to make a mod that would place blocks above you. I'm stuck on the placing blocks part.
Any help is appreciated.
Important Information
By using this site, you agree to our Terms of Use.