added beetroot of farming_redo
This commit is contained in:
parent
8d4997c585
commit
1f6bacf971
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user