added renaming feature with quartz cutting knife

This commit is contained in:
James
2022-09-05 02:51:17 -06:00
committed by PrototypeTrousers
parent 2ea120e614
commit a9c891f69a
15 changed files with 250 additions and 9 deletions
@@ -25,4 +25,6 @@ public interface ICustomNameObject
String getCustomInventoryName();
boolean hasCustomInventoryName();
void setCustomName(String name);
}