still v1.2.1-alpha:
- changed blacklist default, added exp bottle
This commit is contained in:
parent
72715a40c4
commit
eddb417d4a
1 changed files with 4 additions and 2 deletions
|
@ -105,8 +105,10 @@ limit:
|
|||
# data-value, all items/blocks of this material are blocked.
|
||||
# You also may add the special block "*" (better add quotes to don't break yml) which prevents the usage of ANY
|
||||
# item/block.
|
||||
# default: []
|
||||
use: []
|
||||
# default: [exp_bottle, bedrock]
|
||||
use:
|
||||
- EXP_BOTTLE
|
||||
- bedrock
|
||||
|
||||
# BreakBlackList
|
||||
# Prevents destroying of the given blocks in creative mode (and only in creative).
|
||||
|
|
Loading…
Reference in a new issue