pandorabox_custom/grinder.lua
2019-05-01 19:39:28 +02:00

9 lines
135 B
Lua

-- 2018-09-18
-- cotton seed to flour
technic.register_grinder_recipe({
input={"farming:seed_cotton"},
output="farming:flour 1"
})