summaryrefslogtreecommitdiff
path: root/bunny.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-10-09 11:57:20 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2017-10-09 11:57:20 +0100
commit3b72ac1357dce4ce7bc7f05e3708c5c161abe0f9 (patch)
tree3f5010f5588e747790dff9071aa3271457b40610 /bunny.lua
parent7fdb9063b87b5e4690a74433dc51b3670ff9423c (diff)
updated to newer 0.4.16 functions
Diffstat (limited to 'bunny.lua')
-rw-r--r--bunny.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/bunny.lua b/bunny.lua
index 8f594a3..f49cd23 100644
--- a/bunny.lua
+++ b/bunny.lua
@@ -59,7 +59,7 @@ mobs:register_mob("mobs_animal:bunny", {
if item:get_name() == "mobs:lava_orb" then
- if not minetest.setting_getbool("creative_mode") then
+ if not mobs.is_creative(clicker:get_player_name()) then
item:take_item()
clicker:set_wielded_item(item)
end