Fix all outdated node names in random_struct

This commit is contained in:
Wuzzy 2017-02-18 02:15:47 +01:00
parent 07d237ce15
commit c11048ea71
11 changed files with 10 additions and 17 deletions

View file

@ -1,7 +1,3 @@
-- Temporarily disable this mod because of HORRIBLE bugs
-- TODO: Re-enable this mod
--[===[
local init = os.clock()
random_struct ={}
@ -282,6 +278,3 @@ minetest.register_chatcommand("spawnstruct", {
local time_to_load= os.clock() - init
print(string.format("[MOD] "..minetest.get_current_modname().." loaded in %.4f s", time_to_load))
-- TODO: Remove after re-enabling this mod
]===]