added peas

This commit is contained in:
berengma 2018-04-15 08:21:57 +02:00
parent f2ada1cd71
commit 8d4997c585
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ local harvester_names = {}
harvester_names["farming:tomato_8"] = true
harvester_names["farming:grapes_8"] = true
harvester_names["farming:beanpole_5"] = true
harvester_names["farming:pea_5"] = true
if not farmingNG.havetech then
farmingNG.harvester_charge_per_node = math.floor(65535 / farmingNG.harvester_max_charge * farmingNG.harvester_charge_per_node)

View File

@ -90,6 +90,7 @@ local seeder_seed = {
{"farming:rhubarb", "farming:rhubarb_1"},
{"farming:tomato", "farming:tomato_1"},
{"farming:blueberries", "farming:blueberry_1"},
{"farming:pea_pod", "farming:pea_1"},
-- *** farming_plus
{"farming_plus:carrot_seed", "farming_plus:carrot_1"},