fix: fix stack size for spawn egg

oops
This commit is contained in:
TheClashFruit 2023-12-18 22:14:15 +01:00
parent 52af7adaf2
commit 16b3eed261
Signed by: TheClashFruit
GPG key ID: 09BB24C34C2F3204

View file

@ -18,7 +18,7 @@ public class ArcticItems {
ArcticEntities.BABY_EMPEROR,
0xB00B69,
0xffffff,
new FabricItemSettings().maxCount(1)
new FabricItemSettings()
);
public static void registerItems() {