From 5e93a4c9d30123e959f76c712fe2e0acb20f2525 Mon Sep 17 00:00:00 2001 From: gmcferrin Date: Mon, 6 Feb 2012 00:17:55 -0500 Subject: [PATCH] Updates to config.yml & changelog --- Changelog.txt | 1 + src/main/java/com/gmail/nossr50/config/LoadProperties.java | 2 +- src/main/resources/config.yml | 7 +++---- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 33e1efa99..23e5ea092 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -8,6 +8,7 @@ Version 2.0-dev - Fixed issue with Silk Touch & Double/Triple drops not working properly - Fixed conflict with NoCheat plugin & Super Breaker/Giga Drill Breaker/Berserk/Leaf Blower (Issue #104) - Fixed counter-attacking non-LivingEntity (Issue #100 & Issue #107) + - Fixed various bugs with Leaf Blower - Added Monitor & ignoreCancelledEvents to onBlockPlace - Made Anvil ID configurable diff --git a/src/main/java/com/gmail/nossr50/config/LoadProperties.java b/src/main/java/com/gmail/nossr50/config/LoadProperties.java index cf0039892..89e8bf157 100644 --- a/src/main/java/com/gmail/nossr50/config/LoadProperties.java +++ b/src/main/java/com/gmail/nossr50/config/LoadProperties.java @@ -256,7 +256,7 @@ public class LoadProperties { mdiamond = readInteger("Experience.Mining.Diamond", 750); miron = readInteger("Experience.Mining.Iron", 250); mredstone = readInteger("Experience.Mining.Redstone", 150); - mlapis = readInteger("Experience.Mining.lapis", 400); + mlapis = readInteger("Experience.Mining.Lapis", 400); mobsidian = readInteger("Experience.Mining.Obsidian", 150); mnetherrack = readInteger("Experience.Mining.Netherrack", 30); mglowstone = readInteger("Experience.Mining.Glowstone", 30); diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 095319bc0..15270a9ce 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -20,8 +20,6 @@ Spout: Show_Faces: true Enabled: true Show_Display_Name: false - Images: - URL_DIR: http://mcmmo.rycochet.net/mcmmo/ HUD: Default: STANDARD Retro: @@ -127,9 +125,10 @@ Skills: Repair: Level_Cap: 0 Leather: + Name: Leather ID: 334 String: - Name: Leather + Name: String ID: 287 Stone: Name: Cobblestone @@ -141,6 +140,7 @@ Skills: Name: Gold Bars ID: 266 Anvil_Messages: true + Anvil_ID: 42 Diamond: Name: Diamond Level_Required: 50 @@ -229,7 +229,6 @@ Experience: Redstone: 150 Coal: 100 Diamond: 750 - lapis: 400 Iron: 250 MySQL: Enabled: false