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