Skip to content

Commit

Permalink
feat: Add an uninstall function #1
Browse files Browse the repository at this point in the history
  • Loading branch information
atomic-junky committed May 4, 2024
1 parent 54e5e9a commit 681c529
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
execute as @e[type=minecraft:interaction] if data entity @s {Tags:["cutting_board_interaction"]} run kill @s
execute as @e[type=minecraft:item_display] if data entity @s item.components{"minecraft:custom_data": {tags:["cutting_board"]}} at @s as @e[type=minecraft:item_display, distance=..1] run kill @s

0 comments on commit 681c529

Please sign in to comment.