Fix all outdated node names in random_struct
This commit is contained in:
parent
07d237ce15
commit
c11048ea71
11 changed files with 10 additions and 17 deletions
|
@ -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
|
||||
]===]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue