Skip to content

Configuration and Blacklists

planetguy32 edited this page Aug 7, 2015 · 1 revision

In the configuration file (remainInMotion.cfg) there are a bunch of config options. Most are self-documenting, but some aren't.

Blacklists: To blacklist a block, add its name to the blacklist. Blacklist entries are separated by commas (examples: minecraft:dirt,minecraft:stone). By default, blacklist entries are not metadata sensitive. To blacklist only one metadata value, separate it with '@' (minecraft:torch@0).

There are three separate blacklists available: hard, soft, and rotation. Attempting to pick up a block on the hard blacklist will immediately kill the motion operation, whereas attempting to pick up a block on the soft blacklist will simply be ignored. The rotation blacklist functions like the soft blacklist but is only checked when rotating blocks.

Clone this wiki locally