added beetroot of farming_redo

This commit is contained in:
berengma 2018-05-10 09:05:15 +02:00
parent 8d4997c585
commit 1f6bacf971
3 changed files with 8 additions and 2 deletions

View File

@ -2,14 +2,18 @@
Credits:
tm3 for painting the seeder texture
TenPlus1 for his farming_redo mod
Full support of TenPlus1 farmingRedo.
This mod will give you the rechargeable
seeder.
seeder. If technic mod is not present you will
wearout tools instead. Seeder and harvester can
be repaired on the anvil of anvil mod.
Put any seed on the right side of it in the hotbar
and leftclick on a clean piece of soil.
and leftclick on a piece of soil.
All soil will be seeded with your choosen seed while
all weed will be removed before, if any.

View File

@ -45,6 +45,7 @@ local harvester_names = {}
harvester_names["farming:grapes_8"] = true
harvester_names["farming:beanpole_5"] = true
harvester_names["farming:pea_5"] = true
harvester_names["farming:beetroot_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

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