HomeJavaModsEMI Loot + LootJS Fix
EMI Loot + LootJS Fix
EMI Loot + LootJS Fix — screenshot 1EMI Loot + LootJS Fix — screenshot 2

Info

Forces EMI Loot to display loot table changes that were made using LootJS scripts.

This mod fixes issue #111. The fix is very simple, but the cost is that EMI Loot has to parse all loot tables twice (once before LootJS which was the original reason it wouldn't had anything from LootJS, and a second time after LootJS), but I don't think this will have any noticeable effect on performance. There's probably a better solution but I'm a bit limited since this fix has to be a mixin.

Dependencies

⚠️ IMPORTANT️ ⚠️


Comparison

Using this script:

LootJS.lootTables(e => {
    e.getEntityTable('minecraft:pig').createPool(pool => {
        pool.addEntry(LootEntry.of('minecraft:diamond').setCount([2, 6]))
    })
})

Before Fix

Before

After Fix

After

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more