1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-09-19 18:00:26 +02:00
homedecor_modpack/building_blocks/init.lua
Louis Royer 9a814da186 MT5 translation for building_blocks mod
- update .luacheckrc because stairs is used
- remove dependency to homedecor_common (not needed anymore)
- improve french translation
2020-08-05 15:35:22 +02:00

7 lines
186 B
Lua

local modpath = minetest.get_modpath("building_blocks")
dofile(modpath.."/alias.lua")
dofile(modpath.."/node_stairs.lua")
dofile(modpath.."/others.lua")
dofile(modpath.."/recipes.lua")