1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-05 01:20:34 +02:00
This commit is contained in:
pyrollo
2017-02-14 22:05:38 +00:00
committed by GitHub
6 changed files with 248 additions and 75 deletions

View File

@ -43,3 +43,6 @@ if minetest.setting_getbool("log_mods") then
print("[WorldEdit] Loaded!")
end
-- Once every mods loaded, gather diagonal nodes
minetest.after(1, worldedit.load_diag_nodes_inventory)