We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4796832 commit 5ebb795Copy full SHA for 5ebb795
data-canary/scripts/actions/tools/kitchen_knife.lua
@@ -0,0 +1,8 @@
1
+local kitchenKnife = Action()
2
+
3
+function kitchenKnife.onUse(player, item, fromPosition, target, toPosition, isHotkey)
4
+ return ActionsLib.useKitchenKnife(player, item, fromPosition, target, toPosition, isHotkey)
5
+end
6
7
+kitchenKnife:id(3469)
8
+kitchenKnife:register()
0 commit comments