9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-30 04:19:27 +00:00

增加制图台交互判断(遗漏)

This commit is contained in:
halogly
2025-08-24 13:34:16 +08:00
parent 6f4cd1e501
commit 2697f69730
2 changed files with 2 additions and 2 deletions

View File

@@ -169,6 +169,7 @@ public final class InteractUtils {
registerInteraction(BlockKeys.DAMAGED_ANVIL, (player, item, blockState, result) -> true);
registerInteraction(BlockKeys.FURNACE, (player, item, blockState, result) -> true);
registerInteraction(BlockKeys.CRAFTING_TABLE, (player, item, blockState, result) -> true);
registerInteraction(BlockKeys.CARTOGRAPHY_TABLE, (player, item, blockState, result) -> true);
registerInteraction(BlockKeys.STONECUTTER, (player, item, blockState, result) -> true);
registerInteraction(BlockKeys.SMITHING_TABLE, (player, item, blockState, result) -> true);
registerInteraction(BlockKeys.LOOM, (player, item, blockState, result) -> true);