1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-05 01:20:34 +02:00

Add diagonal symetric node flip management and some rotation fixes

This commit is contained in:
Pierre-Yves Rollo
2015-11-04 13:16:37 +01:00
parent 3673d9bf5e
commit 44ada256d5
2 changed files with 87 additions and 4 deletions

View File

@ -42,3 +42,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)