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

added threshing floor receipes to unified_inventory

This commit is contained in:
Sokomine
2025-09-06 16:19:49 +02:00
parent c93c1857c6
commit 29a32afc46
3 changed files with 32 additions and 1 deletions

View File

@@ -101,6 +101,9 @@ dofile(minetest.get_modpath("cottages").."/nodes_mining.lua");
dofile(minetest.get_modpath("cottages").."/nodes_water.lua");
--dofile(minetest.get_modpath("cottages").."/nodes_chests.lua");
-- add receipes for threshing floor and handmill to unified_inventory
dofile(minetest.get_modpath("cottages").."/unified_inventory_receipes.lua");
-- this is only required and useful if you run versions of the random_buildings mod where the nodes where defined inside that mod
dofile(minetest.get_modpath("cottages").."/alias.lua");