9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-26 10:29:20 +00:00

修复甘蔗交互

This commit is contained in:
XiaoMoMi
2025-10-10 19:43:47 +08:00
parent faedac3957
commit bcd3648f2d
3 changed files with 14 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ public final class ItemKeys {
public static final Key END_CRYSTAL = Key.of("minecraft:end_crystal");
public static final Key COD = Key.of("minecraft:cod");
public static final Key SALMON = Key.of("minecraft:salmon");
public static final Key SUGAR_CANE = Key.of("minecraft:sugar_cane");
public static final Key WHITE_DYE = Key.of("minecraft:white_dye");
public static final Key LIGHT_GRAY_DYE = Key.of("minecraft:light_gray_dye");
public static final Key GRAY_DYE = Key.of("minecraft:gray_dye");