Back to mods
Looty Tables project artwork

CurseForge · Minecraft mod

Looty Tables

Just additional Loot Tables for you to override.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Looty Tables release should I use?

Updated 6 years ago
Latest stable file v1.0.1
Game version 1.12.2
Loader forge

Looty Tables v1.0.1 targets 1.12.2. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is Looty Tables required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release No loader listed
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Looty Tables v1.0.1 need?

v1.0.1. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add Looty Tables without breaking your instance.

Built for Looty Tables v1.0.1. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use v1.0.1. It targets 1.12.2; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside v1.0.1. It opens that exact file at the source.

About this project

What does Looty Tables add?

This mod was created because I had some trouble initializing and adding my own custom loot tables with the wonderful "Additional Loot Tables" mod.

This was just created to give some loot tables for you to override with LootTweaker and the loottables here are not used by default. All chests have igloo loottable by default, and all entities use wither_skeleton.

There probably won't be many updates to this mod as it is just to give some placeholders for you to change to your liking and use for modpacks, but if you have any requests or want more let me know and it is pretty simple to do.

Chest Loot Tables for you to override:

neuroflow:chests/chestloot1

neuroflow:chests/chestloot2

neuroflow:chests/chestloot3

...

neuroflow:chests/chestloot15

neuroflow:chests/chestloot16

Entity Loot Tables for you to override:

neuroflow:entities/entityloot1

neuroflow:entities/entityloot2

neuroflow:entities/entityloot3

...

neuroflow:entities/entityloot9

Example LootTweaker Script to clear drops and add string

import crafttweaker.entity.IEntityDropFunction;

import loottweaker.vanilla.loot.LootTables;

import loottweaker.vanilla.loot.LootTable;

import loottweaker.vanilla.loot.LootPool;

import loottweaker.vanilla.loot.Conditions;

import loottweaker.vanilla.loot.Functions;

val chest1 = LootTables.getTable("neuroflow:chests/chestloot1");

val main = chest1.getPool("main");

main.clearEntries();

val c1p1 = chest1.addPool("c1p1", 1, 3, 0, 2);

c1p1.addItemEntry(<minecraft:string>, 5);

Command to place chest with loot table:

setblock ~ ~ ~1 chest 1 0 {LootTable:"neuroflow:chests/chestloot1"}

Project description from CurseForge.

Pick your setup

Looty Tables by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

2 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Looty Tables versions and loaders

2 of 2 releases match

Looking for an older file? The official CurseForge project page is in Resources.