Back Tools

Back Tools

12M Downloads

[recommendation] add dedicated json format for adding and removing items to black/white list

Opened this issue · 3 comments

commented

How do you blacklist items or classes?

I've added ItemTool to the blacklist, yet tools still show up.

A dedicated regular .json, for adding/removing specific items, would be great.

Such as:

Add: { minecraft:shield }

Remove: { minecraft:pickaxe }

commented

general {
# backtools.config.prop.blacklistedItemClasses.comment [default: ]
S:blacklistedItemClasses <

 >

}

That's the 1.12.2 config. Where does it say use registered names? It says Item Classes.

How do you use this config, then? Because " their comments should tell you how to use them" isn't exactly true, as multiple people have mentioned problems understanding formatting.

commented

JSONs are unnecessary for simple configs like these. Most users do not change configs of mods outside of the box.

You cannot blacklist or whitelist classes, only the registered names for the item. The configs have options for either and their comments should tell you how to use them.

commented