Skip to content

Commit

Permalink
add more items to block placing (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs authored Sep 17, 2023
1 parent 83cb5aa commit 6d14e69
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,10 @@ object ItemFeatures {
if (Skytils.config.preventPlacingWeapons && event.action == PlayerInteractEvent.Action.RIGHT_CLICK_BLOCK && (Utils.equalsOneOf(
itemId,
"FLOWER_OF_TRUTH",
"BOUQUET_OF_LIES",
"MOODY_GRAPPLESHOT",
"BAT_WAND",
"STARRED_BAT_WAND",
"WEIRD_TUBA",
"WEIRDER_TUBA"
))
Expand Down

0 comments on commit 6d14e69

Please sign in to comment.