Cardboard box blacklist
ZeekDaGeek opened this issue ยท 2 comments
It seems like the Cardboard Box processor doesn't consider the new format for item ID names. I've attempted to blacklist warded items in two ways, neither work.
Attempt 1: http://pastebin.com/aVwkkG1M
Attempt 2: http://pastebin.com/rchgFm8P
The way item IDs work now is ModID:ItemName, correct? The way processing of the blacklist works it prevents this from being accepted:
Possibly it needs to be updated to ModID:ItemName;META or some other separator that isn't allowed in an item name like a space?