promotional bannermobile promotional banner

Looty Tables

Just additional Loot Tables for you to override.

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

 

The Looty Tables Team

profile avatar
  • 2
    Followers
  • 2
    Projects
  • 74.8K
    Downloads

More from NeuroFlow

  • Scampack project image

    Scampack

    • 456
    • Modpacks

    A small modpack to expand upon the exploration aspects of minecraft

    • 456
    • June 14, 2020
    • Modpacks
    • +2
  • Scampack project image

    Scampack

    • 456
    • Modpacks

    A small modpack to expand upon the exploration aspects of minecraft

    • 456
    • June 14, 2020
    • Modpacks
    • +2