1
0
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:
Sokomine
2025-09-06 16:01:56 +02:00
parent 275d6c2068
commit c93c1857c6
4 changed files with 67 additions and 50 deletions

View File

@@ -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");