owl_tech/custom_recips/init.lua

6 lines
305 B
Lua
Raw Permalink Normal View History

2022-12-21 06:57:54 +01:00
local S = minetest.get_translator(minetest.get_current_modname())
local name = minetest.get_current_modname()
local path = minetest.get_modpath(name)
2022-12-22 15:11:49 +01:00
dofile(path .. "/custom_recips/recips_table_and_some_metods.lua") --main fail about all pipes
dofile(path .. "/custom_recips/remove_vanila_recips.lua")