Skip to content

Instantly share code, notes, and snippets.

@sorcerykid
Last active December 21, 2018 02:42
Show Gist options
  • Save sorcerykid/68056c844f927618bae1fb315b5bf9f7 to your computer and use it in GitHub Desktop.
Save sorcerykid/68056c844f927618bae1fb315b5bf9f7 to your computer and use it in GitHub Desktop.
I have been contributing code to Minetest for months, not just sitting on code.
@sorcerykid
Copy link
Author

Thanks for your contribution. The mod works, but it's somewhat slow. You could use the Lua VoxelManipulator to speed up the node replacement a bit. If that's a bit complicated, then consider replacing set_node with swap_node, which also improves the performance a bit by skipping the Lua callbacks.

Apparently Krock even admits that "contributions" can include mods.
https://forum.minetest.net/viewtopic.php?p=326381#p326381

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment