Mekanism

Mekanism

111M Downloads

Cardboard box blacklist

ZeekDaGeek opened this issue ยท 2 comments

commented

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:

https://github.com/aidancbrady/Mekanism/blob/master/src/main/java/mekanism/common/BoxBlacklistParser.java

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?

commented

Should be fixed now

commented

I've been trying to blacklist items as well, and using unlocalized names also does not solve the issue, rendering the feature unusable with modded blocks (it will take vanilla blocks just fine).