farming_technic/craft.lua

8 lines
273 B
Lua

local S = farming.intllib
local modname=minetest.get_current_modname()
-- define seed crafting
if (minetest.get_modpath("technic") and minetest.get_modpath("farming")) then
technic.register_grinder_recipe({input = {"farming:seed_wheat 3"},output={"farming:flour"}})
end