Started by
Bossyoutuber00
on
Topic category: Help with Minecraft modding (Java Edition)
I want the mob I made to drop Golden Apples and the rare drop be Enchanted Golden Apples. Apparently, that is impossible???
1.7.3 MCreator for Minecraft 1.7.10
How do I get the mob to drop Enchanted Apples? It's not an option and even with coding, I could not figure it out. How do I do it or is MCreator even worse in this version than I remembered.
You said it: Not even with coding.
giveItemToPlayer(); has a parameter where you type the item you want to give. That item is from either minecraft files, or your mod, and Minecraft files only has Items.GOLDEN_APPLE, sorry.
Ps: that doesnt mean Minecraft vanilla dont have Enchanted Golden Apples.