Loading...
Beta Modpages Unclaimed

Looty Tables

Just additional Loot Tables for you to override.

0 Likes
67977 Downloads
Created by NeuroFlow

Description

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

 


AD Become Premium to remove Ads!

What means Verified?

  • Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
  • Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
  • Security: The mod should not contain any malicious code or attempts to steal personal information.
  • Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
  • Originality: The mod should be original and not a copy of someone else's work.
  • Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
  • Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
  • License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
  • Documentation: The mod should come with clear and detailed documentation on how to install and use it.

AD Become Premium to remove Ads!

How to Install

1

Download Forge & Java

Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.

2

Prepare

Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.

3

Add Mods

Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder

4

Enjoy

You are now Ready. Re-start your Game and start Playing.

More Mods like this

Clumps

Clumps XP orbs together to reduce lag

Morpheus

Sleep vote system

FTB Utilities (Forge)

FTB Utilities is a mod by FTB. It aims to provide several useful utilities within the FTB Platform ranging from friends list, server configuration utilities, world borders, guide system and many other features...

spark

spark is a performance profiler for Minecraft clients, servers and proxies.

Lootr (Forge & NeoForge)

A mod that makes it so nobody misses out on Loot! All loot chests are instanced per player and visually unique.