recipes_woodworking.lua 636 B

123456789
  1. --Due to the large volume of recipes this station has all recipes are sorted into mod specific files.
  2. dofile(minetest.get_modpath('stations')..'/woodworking/default.lua')
  3. dofile(minetest.get_modpath('stations')..'/woodworking/doors.lua')
  4. dofile(minetest.get_modpath('stations')..'/woodworking/epic.lua')
  5. dofile(minetest.get_modpath('stations')..'/woodworking/furniture.lua')
  6. dofile(minetest.get_modpath('stations')..'/woodworking/misc.lua') --recipes from mods that only have one or two items.
  7. dofile(minetest.get_modpath('stations')..'/woodworking/moreblocks.lua')
  8. dofile(minetest.get_modpath('stations')..'/woodworking/stations.lua')