From e15b139496f8e961535b5bdda2d1119427f34c1e Mon Sep 17 00:00:00 2001 From: Adubbz Date: Thu, 10 Jan 2019 20:10:22 +1100 Subject: [PATCH] Remove old comment --- src/main/java/biomesoplenty/init/ModItems.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/biomesoplenty/init/ModItems.java b/src/main/java/biomesoplenty/init/ModItems.java index bfa34f502..0def82627 100644 --- a/src/main/java/biomesoplenty/init/ModItems.java +++ b/src/main/java/biomesoplenty/init/ModItems.java @@ -33,8 +33,7 @@ public class ModItems mud_brick = registerItem(new Item(new Item.Builder().group(ItemGroupBOP.instance)), "mud_brick"); ash = registerItem(new Item(new Item.Builder().group(ItemGroupBOP.instance)), "ash"); fleshchunk = registerItem(new Item(new Item.Builder().group(ItemGroupBOP.instance)), "fleshchunk"); - - // TODO: This needs to be ItemBOPRecord and/or registered with its sounds + record_wanderer = registerItem(new ItemBOPRecord(BOPSounds.records_wanderer), "record_wanderer"); // TODO: These all need to be associated with their entities