univrsal / XACT

Xhamolk's Advanced Crafting Table. Inspired by Eloraam mod's RP2 and it's Project Table.
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/wip-mods/2425847-xact-1-7-10-port
6 stars 2 forks source link

Config ignoredBlocks not working with multiple items #21

Closed Loonacy closed 8 years ago

Loonacy commented 8 years ago

I found a dupe bug with the RFTools Crafter, and i wanted to add it to the "ignoredBlocks" config. When i put in just one item it works as expected and ignores the inventory. But when i put multiple items in the ignoredBlocks, it doesn't ignore the inventory.

This works:

customization {
    # Make the crafter ignore blocks [default: []]
    S:ignoredBlocks <
        rftools:crafterBlock2:0
     >
}

This doesn't work:

customization {
    # Make the crafter ignore blocks [default: []]
    S:ignoredBlocks <
        rftools:crafterBlock1:0
        rftools:crafterBlock2:0
        rftools:crafterBlock3:0
     >
}
JasonMcRay commented 8 years ago

I can confirm that this doesn't work. @UniversalLP I know that you are quite busy, but ignoring blocks is essential to prevent crashes with incompatible mods.

For example when I have Production Table (from Steves Workshop mod) next to xact crafter, there are items in the crafting grid and I try to craft something in the XACT crafter that has the items in the Production table grid. I got a crash :(