can only eat golden apple when not pointed at a mob

This commit is contained in:
tenplus1 2023-01-27 10:16:34 +00:00
parent 220c80d0c9
commit 890fdef594

View File

@ -230,7 +230,7 @@ minetest.register_node("ethereal:golden_apple", {
on_use = function(itemstack, user, pointed_thing)
if user then
if user and pointed_thing and pointed_thing.type ~= "object" then
user:set_hp(20)