mirror of
https://github.com/Sokomine/cottages.git
synced 2026-01-12 12:05:49 +01:00
fixed broken hud in multiplayer
This commit is contained in:
3
init.lua
3
init.lua
@@ -81,6 +81,9 @@ cottages.handmill_min_per_turn = 0;
|
||||
|
||||
dofile(minetest.get_modpath("cottages").."/functions.lua");
|
||||
|
||||
-- anvil and threshing floor show huds
|
||||
dofile(minetest.get_modpath("cottages").."/hud_functions.lua");
|
||||
|
||||
-- uncomment parts you do not want
|
||||
dofile(minetest.get_modpath("cottages").."/nodes_furniture.lua");
|
||||
dofile(minetest.get_modpath("cottages").."/nodes_historic.lua");
|
||||
|
||||
Reference in New Issue
Block a user