Add mods: technic, moreores, paintings, Nyancat (Pbj_pup). Small fix: sandwiches
This commit is contained in:
parent
15e8e696a2
commit
fb09deddc1
1404 changed files with 156555 additions and 211 deletions
8
mods/paintings_gallery/init.lua
Normal file
8
mods/paintings_gallery/init.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
-- Paintings Gallery
|
||||
|
||||
paintings_gallery = {}
|
||||
|
||||
local default_path = minetest.get_modpath("paintings_gallery")
|
||||
|
||||
dofile(minetest.get_modpath("paintings_gallery") .. "/paintings.lua")
|
||||
dofile(minetest.get_modpath("paintings_gallery") .. "/craft.lua")
|
Loading…
Add table
Add a link
Reference in a new issue