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

fix interacting decorated pot

This commit is contained in:
XiaoMoMi
2025-06-11 02:19:13 +08:00
parent 51bb540857
commit 899a42026c
2 changed files with 2 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ public class InteractUtils {
keyReference, item.getItem()
))) != null).isPresent();
});
registerInteraction(BlockKeys.DECORATED_POT, (player, item, blockState, result) -> true);
registerInteraction(BlockKeys.HOPPER, (player, item, blockState, result) -> true);
registerInteraction(BlockKeys.DISPENSER, (player, item, blockState, result) -> true);
registerInteraction(BlockKeys.DROPPER, (player, item, blockState, result) -> true);