Aritz Erkiaga
Aritz Erkiaga
This PR is just #11918 with two differences: * No diagrams, in picture or any other form, just a short explanation. * The Git history got highly messed up, so...
This PR adds a helper function as proposed in #11918, with one of the possible implementations presented by myself. It adds a function `minetest.rotate_facedir(rotation, vector_name, facedir)` that is meant to...
Hi, I'm the author of [Nodeverse](https://content.minetest.net/packages/aerkiaga/nodeverse/). I realize development on our games has been quite slow recently. These days I've had some spare time, so I've been pushing forward version...
### Problem Mods with custom mapgens may want to generate terrain differently in response to game events. This use case is not currently handled by the asynchronous mapgen API, as...