diff --git a/src/main/resources/Server/Item/Interactions/gravityflip_wand_click.json b/src/main/resources/Server/Item/Interactions/gravityflip_wand_click.json new file mode 100644 index 0000000..17e8d4f --- /dev/null +++ b/src/main/resources/Server/Item/Interactions/gravityflip_wand_click.json @@ -0,0 +1,3 @@ +{ + "Type": "GravityFlipWand" +} diff --git a/src/main/resources/Server/Item/Items/gravityflip_wand.json b/src/main/resources/Server/Item/Items/gravityflip_wand.json index bb4b152..8035786 100644 --- a/src/main/resources/Server/Item/Items/gravityflip_wand.json +++ b/src/main/resources/Server/Item/Items/gravityflip_wand.json @@ -16,12 +16,8 @@ "Compatible": true }, "Interactions": { - "Primary": { - "Type": "GravityFlipWand" - }, - "Secondary": { - "Type": "GravityFlipWand" - } + "Primary": "gravityflip_wand_root", + "Secondary": "gravityflip_wand_root" }, "IconProperties": { "Scale": 0.6, diff --git a/src/main/resources/Server/Item/RootInteractions/gravityflip_wand_root.json b/src/main/resources/Server/Item/RootInteractions/gravityflip_wand_root.json new file mode 100644 index 0000000..81f89d1 --- /dev/null +++ b/src/main/resources/Server/Item/RootInteractions/gravityflip_wand_root.json @@ -0,0 +1,5 @@ +{ + "Interactions": [ + "gravityflip_wand_click" + ] +}