Skip to content

Instantly share code, notes, and snippets.

@triphion

triphion/ModLoot Secret

Created October 9, 2017 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save triphion/36c77e0a0e0f29b91d1a9d2423d10b5f to your computer and use it in GitHub Desktop.
Save triphion/36c77e0a0e0f29b91d1a9d2423d10b5f to your computer and use it in GitHub Desktop.
package com.triphion.ancient.init;
import com.triphion.ancient.Reference;
import net.minecraft.util.ResourceLocation;
import net.minecraft.world.storage.loot.LootTableList;
public class ModLoot
{
public static void register() {
LootTableList.register(new ResourceLocation(Reference.MODID, "dungeon_scrolls"));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment