From 4920f35504eb99d19d9a09876db94c488cae154c Mon Sep 17 00:00:00 2001 From: Adubbz Date: Sat, 27 Apr 2013 07:40:28 +1000 Subject: [PATCH] Updated the name of the BOP record, as per the request of Forstride --- src/minecraft/biomesoplenty/items/ItemBOPRecord.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minecraft/biomesoplenty/items/ItemBOPRecord.java b/src/minecraft/biomesoplenty/items/ItemBOPRecord.java index e0b717b37..19a7881a8 100644 --- a/src/minecraft/biomesoplenty/items/ItemBOPRecord.java +++ b/src/minecraft/biomesoplenty/items/ItemBOPRecord.java @@ -86,7 +86,7 @@ public class ItemBOPRecord extends ItemRecord */ public String getRecordTitle() { - return "Tim Rurkowski - Traversia"; + return "Tim Rurkowski - Wanderer"; } @SideOnly(Side.CLIENT)