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
Command to place chest with loot table:
setblock ~ ~ ~1 chest 1 0 {LootTable:"neuroflow:chests/chestloot1"}

