Left click to make a groove.
Right click to change mode. Mode is shown in chat.
Depends - Default
Download - https://github.com/minetest-mods/mymaso ... master.zip
Github - https://github.com/minetest-mods/mymasonhammer
License - DWYWPL

I kind of liked the old one better, but I think of it more as a wall hammer than a masonry tool.Don wrote:I changed the hammer image. Please let me know if you like it.
Should I put the old one back and just make the texture look better? The old one was a quick one I made as a place holder. I forgot to make a better one until now.duane wrote:I kind of liked the old one better, but I think of it more as a wall hammer than a masonry tool.Don wrote:I changed the hammer image. Please let me know if you like it.
Code: Select all
if not minetest.setting_getbool("creative_mode") then
if itemstack:get_wear() + 65535/(USES - 1) > 65535 then -- <----
minetest.sound_play("default_tool_breaks",{pos = pos, gain = 1.0, }) -- <----
end -- <----
itemstack:add_wear(65535 / (USES - 1))
end
return itemstack
Users browsing this forum: Bing [Bot] and 5 guests