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

Revert "Move liquids to own file"

This reverts commit f9ebd08ce7.
This commit is contained in:
Lars Mueller
2022-01-14 20:57:49 +01:00
parent f5585671ea
commit 542af649d6
3 changed files with 286 additions and 281 deletions

View File

@ -70,7 +70,6 @@ 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")