9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-29 03:49:15 +00:00

修正喂食交互

This commit is contained in:
halogly
2025-09-01 11:03:12 +08:00
parent dff594d0b0
commit f96b12bd45
4 changed files with 80 additions and 77 deletions

View File

@@ -58,6 +58,7 @@ public final class BlockKeys {
public static final Key SPAWNER = Key.of("minecraft:spawner");
public static final Key TRIAL_SPAWNER = Key.of("minecraft:trial_spawner");
// 红石方块
public static final Key REDSTONE_WIRE = Key.of("minecraft:redstone_wire");
public static final Key REPEATER = Key.of("minecraft:repeater");
public static final Key COMPARATOR = Key.of("minecraft:comparator");
public static final Key LEVER = Key.of("minecraft:lever");

View File

@@ -19,6 +19,7 @@ public class EntityTypeKeys {
public static final Key AXOLOTL = Key.of("minecraft:axolotl");
public static final Key CHICKEN = Key.of("minecraft:chicken");
public static final Key SNIFFER = Key.of("minecraft:sniffer");
public static final Key DOLPHIN = Key.of("minecraft:dolphin");
public static final Key ARMADILLO = Key.of("minecraft:armadillo");
public static final Key COD = Key.of("minecraft:cod");
public static final Key SALMON = Key.of("minecraft:salmon");

View File

@@ -46,6 +46,8 @@ public final class ItemKeys {
public static final Key FIREWORK_STAR = Key.of("minecraft:firework_star");
public static final Key ENDER_EYE = Key.of("minecraft:ender_eye");
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 WHITE_DYE = Key.of("minecraft:white_dye");
public static final Key LIGHT_GRAY_DYE = Key.of("minecraft:light_gray_dye");