Skip to main content
Also watch on these platforms:

If you've been following my videos for any amount of time you'll remember the one method I presented for overriding nodes, sometimes that might be more than you want, and in such cases this is a far better method to use.

minetest.override_item('mod:node', {
     description = 'overridden node part',
})