No loot bag storage
JumpingBal opened this issue · 2 comments
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?
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.
You helped me solve it, thanks!!
…________________________________
Van: Brian Stolz <[email protected]>
Verzonden: zondag 3 mei 2020 21:44
Aan: Malorolam/LootBags <[email protected]>
CC: JumpingBal <[email protected]>; Author <[email protected]>
Onderwerp: Re: [Malorolam/LootBags] No loot bag storage (#211)
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>);
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#211 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/APN7NJLOFROVCEGRUI2253DRPXCSZANCNFSM4MYHBHGA>.