Add recipe to craft wool to cotton

master
tchncs 2018-10-25 14:53:42 +02:00
parent 4e3ed4f1a0
commit f5aaf96c2e
1 changed files with 8 additions and 0 deletions

View File

@ -37,6 +37,14 @@ minetest.register_craft({
}
})
-- TODO: different output for slabs
minetest.register_craft({
output = "farming:cotton 4",
recipe = {
{"group:wool"},
}
})
-- cotton definition
local crop_def = {
drawtype = "plantlike",