1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-07-04 07:30:23 +02:00

Move liquids to own file

This commit is contained in:
Lars Mueller
2021-04-11 13:19:33 +02:00
parent 2a07192f64
commit f9ebd08ce7
3 changed files with 281 additions and 286 deletions

View File

@ -56,6 +56,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.."/liquids.lua")
dofile(default_path.."/chests.lua")
dofile(default_path.."/furnace.lua")
dofile(default_path.."/torch.lua")