CurseForge · Minecraft mod
Looty Tables
Just additional Loot Tables for you to override.
Quick answer
Which Looty Tables release should I use?
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.
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.
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.
- 01
Stick to this file
Use v1.0.1. It targets 1.12.2; another release may have different loader, side or dependency requirements.
- 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.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 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.
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
v1.0.1
looty-1.0.1.jar
12 Jan 2020
Looty-1.0-MC12.2
looty-1.0.jar
31 Dec 2019
Looking for an older file? The official CurseForge project page is in Resources.