From a8aed1bf02d78cc4f7a77ab3c684646c31300151 Mon Sep 17 00:00:00 2001 From: GJ Date: Wed, 7 Mar 2012 00:43:50 -0500 Subject: [PATCH] Add Bookshelves to list of blocks that don't trigger abilities. Increases compatibility with FalseBook & CraftBook. --- Changelog.txt | 1 + src/main/java/com/gmail/nossr50/m.java | 1 + 2 files changed, 2 insertions(+) diff --git a/Changelog.txt b/Changelog.txt index 21a243398..9aab4bd56 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -11,6 +11,7 @@ Version 2.0.00-dev + Added Ocelots to Taming XP tables + Added ability to summon Ocelots with Call of the Wild + Added offline user functionality to mmoedit + + Added bookshelves to list of blocks that don't trigger abilities. = Fixed ClassCastException from Taming preventDamage checks = Fixed issue with Blast Mining not seeing TNT for detonation due to snow ! Changed Call of the Wild to activate on left-click rather than right-click diff --git a/src/main/java/com/gmail/nossr50/m.java b/src/main/java/com/gmail/nossr50/m.java index 1f3edfd55..0515b1253 100644 --- a/src/main/java/com/gmail/nossr50/m.java +++ b/src/main/java/com/gmail/nossr50/m.java @@ -218,6 +218,7 @@ public class m switch(block.getType()){ case BED_BLOCK: case BREWING_STAND: + case BOOKSHELF: case BURNING_FURNACE: case CAKE_BLOCK: case CHEST: