Remove old comment
This commit is contained in:
parent
5faec2839c
commit
e15b139496
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue