LootBags

LootBags

31M Downloads

No loot bag storage

JumpingBal opened this issue · 2 comments

commented

When playing PO3 3.3.56 there is no recipe for the loot bag storage and thus unenable to make it. It has the newest version of LootBags. Any idea how to fix this?

commented

This is disabled in PO3 3.3.56

In: config/jei/itemBlacklist.cfg

advanced {
    S:itemBlacklist <
        ...
        lootbags:loot_storage
        ...

In: scripts\all_modes\all_recipes.zs

recipes.remove(<lootbags:loot_storage>);

This is not a bug in the mod.

commented