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:
3
init.lua
3
init.lua
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user