Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Elkien3 committed Dec 17, 2022
1 parent 3038b23 commit 2f0c2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/mobs_farm/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ minetest.register_node("mobs_farm:bones", {
if meta:get_string("infotext") == "" then
return true
else
return minetest.is_protected(pos, name)
return not minetest.is_protected(pos, name)
end
end,
--sounds = default.node_sound_gravel_defaults(),
Expand Down

0 comments on commit 2f0c2c1

Please sign in to comment.