Jump to content

KitKatTheKandy

Members
  • Posts

    0
  • Joined

  • Last visited

KitKatTheKandy's Achievements

Newbie

Newbie (1/8)

0

Reputation

  1. I am making a mod for Minecraft 1.14(Using forge 1.14.4 - 28.1.0), and I want to have a custom item drop from the Ender Dragon. All of the tutorials that I have come across online involve a class called LootTableList. From what I've gathered, it is a collection of all of the existing Loot Tables in Vanilla Minecraft and is what you use to insert a custom loot table into an existing entity. The issue is, the import net.minecraft.world.storage.loot.LootTableList doesn't seem to exist in my program. I cannot import it, and when I reference it in my code, Eclipse doesn't know what I'm talking about. I found an import net.minecraft.world.storage.loot.LootTables, which has some chest Loot Tables and Loot Tables for all of the colors of sheep, but not much else. Is the name of the LootTableList different in 1.14?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.