Node can't be dug
I followed some tutorial from this forum to create a mod that creates a simple node:
The only real problems is once dropped, the nodes can't be broken. I don't know why?
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
minetest.register_node('grid:checker',{
tiles={'smear.png'},
group={snappy=1,oddly_breakable_by_hand = 2}})
The only real problems is once dropped, the nodes can't be broken. I don't know why?