From 8aaa848b0987e41f9b6924037b398e1e6ef01629 Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Fri, 1 Jun 2018 22:39:09 +0300 Subject: beetroot support --- technic/machines/register/extractor_recipes.lua | 1 + technic/tools/walking_tractor.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/technic/machines/register/extractor_recipes.lua b/technic/machines/register/extractor_recipes.lua index e052971..722e6b7 100644 --- a/technic/machines/register/extractor_recipes.lua +++ b/technic/machines/register/extractor_recipes.lua @@ -44,6 +44,7 @@ if minetest.get_modpath("dye") then table.insert(dye_recipes, {"farming:beans", "dye:green 4"}) table.insert(dye_recipes, {"farming:grapes", "dye:violet 4"}) table.insert(dye_recipes, {"farming:cocoa_beans", "dye:brown 4"}) + table.insert(dye_recipes, {"farming:beetroot", "dye:red 2"}) -- Some extra recipes: -- Himalayan rhubarb root can give yellow dye IRL table.insert(dye_recipes, {"farming:rhubarb", "dye:yellow 4"}) diff --git a/technic/tools/walking_tractor.lua b/technic/tools/walking_tractor.lua index 83e464c..2ac61e6 100644 --- a/technic/tools/walking_tractor.lua +++ b/technic/tools/walking_tractor.lua @@ -51,6 +51,7 @@ local ripe_for_harvest = { "farming:rhubarb_3", "farming:tomato_8", "farming:wheat_8", + "farming:beetroot_5", "ethereal:onion_5", "ethereal:strawberry_8", -- also doubles as a snow-plough -- cgit v1.2.3