From b4aa19f329b06e42eb2591fc488b70dc0df41940 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Fri, 5 Jan 2018 11:28:06 +0000 Subject: Item durability loss now depends on the item used. (#4123) Armour durability also no longer changes when it is used to break blocks or attack mobs. Fixes #4119 --- src/Items/ItemBigFlower.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/Items/ItemBigFlower.h') diff --git a/src/Items/ItemBigFlower.h b/src/Items/ItemBigFlower.h index 81a1d54ce..d433c4b87 100644 --- a/src/Items/ItemBigFlower.h +++ b/src/Items/ItemBigFlower.h @@ -1,12 +1,4 @@ -// ItemBigFlower.h - -// Declares the cItemBigFlower class representing the cItemHandler for big flowers - - - - - #pragma once #include "ItemHandler.h" @@ -61,7 +53,3 @@ public: return true; } }; - - - - -- cgit v1.2.3