Mineuniverse
Log in Register
Mods

Looty Tables

Just additional Loot Tables for you to override.
by NeuroFlow
Claim this project
74,442 downloads
0 likes
Updated Jun 30, 2026
0 hypes

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

 

No files available for download.

You Might Also Like

VanillaDeathChest (Fabric)
Places containers when players die that contain their items.
994,762
Weathering with You
Forecast Minecraft weather with a radar or a hat!
98,579
APTweaks: Items (11.x Classic)
Item clustering (fallen blocks, experience orbs, ...) and garbage cleanup.
9,884,514
Styled Nicknames
Simple, but configurable nicknaming mod allowing your server's players (and admins) to change their nickname with full formatting support
989,499
Datapack Commands
A mod massively expanding on Minecraft's commands (including textboards!)
9,986
World Type Lock
Forces players to use a specified World Type!
9,893