From 2116777c48521db796564356e6eaf9ccc5a12a1e Mon Sep 17 00:00:00 2001 From: ROllerozxa Date: Fri, 21 Jul 2023 21:44:05 +0000 Subject: [PATCH] minetest_docs: edit --- pages/minetest_docs.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/minetest_docs.md diff --git a/pages/minetest_docs.md b/pages/minetest_docs.md new file mode 100644 index 0000000..01bfba8 --- /dev/null +++ b/pages/minetest_docs.md @@ -0,0 +1,16 @@ +[minetest_docs](https://github.com/minetest/minetest_docs) was a project that sought out to create better documentation for Minetest. The proposal for the project which included its goals can be found [here](https://gist.github.com/benrob0329/df3ced15dc5a2d5402010be709452f27). + +For various reasons the project fell flat and is currently dormant but contains some gems, most of which is available on the Voxelmanip Wiki. + +List of pages on the Voxelmanip Wiki that originate from minetest_docs: + +- Classes: + - [[ModStorage]] + - [[Raycast]] + - [[Vector API]] + - [[VoxelArea]] +- [[Lua Environment]] +- [[Modchannels]] +- [[Object Properties]] +- [[Persistence]] +- [[Timing and Event loop]] \ No newline at end of file