From eddb417d4a8ed9e111ee4194da46fa9f02d7923e Mon Sep 17 00:00:00 2001 From: Jascha Starke Date: Fri, 16 Mar 2012 17:35:21 +0100 Subject: [PATCH] still v1.2.1-alpha: - changed blacklist default, added exp bottle --- config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index d593bf5..800d01a 100644 --- a/config.yml +++ b/config.yml @@ -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).