mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
Update init.lua
Just here to run the beds.lua
This commit is contained in:
parent
253af00743
commit
716b7656cd
1 changed files with 1 additions and 0 deletions
|
@ -20,3 +20,4 @@ dofile(minetest.get_modpath("default").."/crafting.lua")
|
|||
dofile(minetest.get_modpath("default").."/mapgen.lua")
|
||||
dofile(minetest.get_modpath("default").."/player.lua")
|
||||
dofile(minetest.get_modpath("default").."/trees.lua")
|
||||
dofile(minetest.get_modpath("default").."/beds.lua")
|
||||
|
|
Loading…
Add table
Reference in a new issue