Move chests to a new file. Update credits for chests and torches
Move chests code out of nodes.lua and into a new file. Credit torch code, and chest and torch models in README.txt. Remove 'torches' mod text from torch.lua. Minor cleanups in README.txt.
This commit is contained in:
parent
ef7bd43829
commit
d4b0b73ae0
5 changed files with 334 additions and 364 deletions
|
@ -47,6 +47,7 @@ local default_path = minetest.get_modpath("default")
|
|||
dofile(default_path.."/functions.lua")
|
||||
dofile(default_path.."/trees.lua")
|
||||
dofile(default_path.."/nodes.lua")
|
||||
dofile(default_path.."/chests.lua")
|
||||
dofile(default_path.."/furnace.lua")
|
||||
dofile(default_path.."/torch.lua")
|
||||
dofile(default_path.."/tools.lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue