Fix Items
This commit is contained in:
		@@ -125,7 +125,7 @@ public class Items {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public static ItemStack replaceName(ItemStack item, String nameOld, String nameNew) {
 | 
			
		||||
        return replaceLore(item, ImmutableMap.of(nameOld, nameNew));
 | 
			
		||||
        return replaceName(item, ImmutableMap.of(nameOld, nameNew));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public static ItemStack replaceLore(ItemStack item, String loreOld, String loreNew) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user