Fixed old turtle scute item data displaying as air
This commit is contained in:
parent
3194c35bb9
commit
8ab582d6d1
1 changed files with 3 additions and 0 deletions
|
|
@ -108,6 +108,9 @@ public class Bukkit_v1_20 extends Bukkit_v1_19 implements BukkitInterface {
|
||||||
case "GRASS":
|
case "GRASS":
|
||||||
name = "SHORT_GRASS";
|
name = "SHORT_GRASS";
|
||||||
break;
|
break;
|
||||||
|
case "SCUTE":
|
||||||
|
name = "TURTLE_SCUTE";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue