1
0
mirror of https://github.com/Sokomine/cottages.git synced 2026-01-11 19:45:42 +01:00

added option to make machines public

This commit is contained in:
Sokomine
2019-02-16 09:56:15 +01:00
parent 739f3a7ac4
commit 3197c4a6bc
5 changed files with 98 additions and 28 deletions

View File

@@ -57,6 +57,7 @@ cottages.handmill_product[ 'default:coal_lump'] = 'dye:black 6';
cottages.handmill_max_per_turn = 20;
cottages.handmill_min_per_turn = 0;
dofile(minetest.get_modpath("cottages").."/functions.lua");
-- uncomment parts you do not want
dofile(minetest.get_modpath("cottages").."/nodes_furniture.lua");