forked from minetest-mods/more_chests
Changes to be committed:
new file: cobble.lua new file: depends.txt new file: dropbox.lua new file: init.lua new file: secret.lua new file: shared.lua new file: textures/chests.0gb.us_dropbox_front.png new file: textures/chests.0gb.us_dropbox_right.png new file: textures/chests.0gb.us_secret_front.png new file: textures/chests.0gb.us_shared_front.png new file: textures/chests.0gb.us_wifi_front_animated.png new file: textures/chests.0gb.us_wifi_side.png new file: textures/chests.0gb.us_wifi_top.png new file: wifi.lua
This commit is contained in:
6
init.lua
Normal file
6
init.lua
Normal file
@ -0,0 +1,6 @@
|
||||
dofile(minetest.get_modpath("more_chests").."/cobble.lua")
|
||||
dofile(minetest.get_modpath("more_chests").."/dropbox.lua")
|
||||
dofile(minetest.get_modpath("more_chests").."/secret.lua")
|
||||
dofile(minetest.get_modpath("more_chests").."/shared.lua")
|
||||
dofile(minetest.get_modpath("more_chests").."/wifi.lua")
|
||||
|
Reference in New Issue
Block a user