Skip to content

Commit

Permalink
make nametag infotext only
Browse files Browse the repository at this point in the history
  • Loading branch information
Elkien3 committed Dec 17, 2022
1 parent 2f0c2c1 commit 8c7313f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/mobs_redo/crafts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ minetest.register_tool(":mobs:mob_reset_stick", {
obj2:set_velocity({x = 0, y = self.jump_height, z = 0})
end

obj2:set_properties({nametag = self.nametag})
--obj2:set_properties({nametag = self.nametag})

obj:remove()
end
Expand Down

0 comments on commit 8c7313f

Please sign in to comment.