diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-06-12 09:26:25 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-06-12 09:26:25 +0200 |
commit | 079fc5df95ee4545e88af0f895a4438cd0886563 (patch) | |
tree | 437b21c58440c05551d27746cc893292430b3fcb /src/main/god_stick.lua | |
parent | cdae996583a6342c78a5693724f8f6542f0b00ec (diff) | |
download | skycraft-079fc5df95ee4545e88af0f895a4438cd0886563.tar.xz |
Changed Join Skyblock Entity
Diffstat (limited to 'src/main/god_stick.lua')
-rw-r--r-- | src/main/god_stick.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/god_stick.lua b/src/main/god_stick.lua index a405538..d702082 100644 --- a/src/main/god_stick.lua +++ b/src/main/god_stick.lua @@ -13,8 +13,9 @@ minetest.register_tool("skycraft:god_stick", { axey = groupcaps, shovely = groupcaps, fleshy = groupcaps, + handy = groupcaps, }, - damage_groups = {fleshy = 1000}, + damage_groups = {fleshy = 65535}, } }) |