Enchanted Apples in 1.7.3

Started by Bossyoutuber00 on

Topic category: Help with modding (Java Edition)

Last seen on 14:14, 24. Dec 2018
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Enchanted Apples in 1.7.3

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. 

Last seen on 18:46, 16. Oct 2021
Joined Oct 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You said it: Not even with…
Sat, 12/22/2018 - 17:20

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.