Skip to content

Commit

Permalink
金床が使用できない問題が修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Taitaitatata committed Dec 4, 2024
1 parent a30f203 commit 366401d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public enum GuardFlags {

BREAK(null, Flags.BLOCK_BREAK),
PLACE(null, Flags.BLOCK_PLACE),
INTERACT(true, Flags.INTERACT, Flags.CHEST_ACCESS),
INTERACT(true, Flags.USE, Flags.INTERACT, Flags.CHEST_ACCESS, Flags.USE_ANVIL),
PVP(false, Flags.PVP),
ENTITY_DAMAGE(true, Flags.DAMAGE_ANIMALS);

Expand Down

0 comments on commit 366401d

Please sign in to comment.