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

Merge pull request #347 from Halogly/dev

修正#346的错误,添加方块交互
This commit is contained in:
XiaoMoMi
2025-08-24 17:46:12 +08:00
committed by GitHub
4 changed files with 40 additions and 40 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);