Fixed old turtle scute item data displaying as air

This commit is contained in:
Intelli 2024-08-15 17:51:03 -06:00
parent 3194c35bb9
commit 8ab582d6d1

View File

@ -108,6 +108,9 @@ public class Bukkit_v1_20 extends Bukkit_v1_19 implements BukkitInterface {
case "GRASS":
name = "SHORT_GRASS";
break;
case "SCUTE":
name = "TURTLE_SCUTE";
break;
default:
break;
}