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:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user