world generation, ores, ingots and more!

This commit is contained in:
Kacper Kostka
2023-01-12 22:24:20 +01:00
parent add01e145f
commit 60728d2a98
67 changed files with 9846 additions and 12 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"
}