Minecraft Looty Tables mod 2026 download
logo
minecraft mod Looty Tables

Looty Tables

Game Version: 1.12.2
Total Downloads: 34,566
Updated: Jan 12, 2020
Created: Dec 31, 2019
Download Looty TablesDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
v1.0.1 release 20.83 KB Jan 12, 2020 1.12.2 34,497 download Looty Tables v1.0.1 releaseDownload
Looty-1.0-MC12.2 release 19.80 KB Dec 31, 2019 1.12.2 69 download Looty Tables Looty-1.0-MC12.2 releaseDownload

Description

Share this:

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"}

 

Comments

Add a comment