This commit is contained in:
2022-11-21 21:44:52 +01:00
47 changed files with 7835 additions and 10 deletions

12
mods/worldedit/config.ld Normal file
View File

@@ -0,0 +1,12 @@
project = "WorldEdit"
title = "WorldEdit API Documentation"
description = "Minetest mod to mass-modify nodes"
format = "markdown"
file = {"worldedit"}
topics = {
"README.md",
"Tutorial.md",
"ChatCommands.md",
"LICENSE.txt"
}