Skip to content

Commit

Permalink
adding artichoke and parsley (#15)
Browse files Browse the repository at this point in the history
(I resisted the urge to cleanup whitespace and sorting)
  • Loading branch information
SwissalpS committed Mar 27, 2021
1 parent 1f0c3a1 commit 7207ba7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion harvester.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
local S = farmingNG.S

-- farming
farmingNG.harvester_names["farming:wheat_8"] = true
farmingNG.harvester_names["farming:artichoke_5"] = true
farmingNG.harvester_names["farming:wheat_8"] = true
farmingNG.harvester_names["farming:wheat_7"] = farmingNG.harvester_nofullg
farmingNG.harvester_names["farming:wheat_6"] = farmingNG.harvester_nofullg
farmingNG.harvester_names["farming:cotton_8"] = true
Expand All @@ -24,6 +25,7 @@ local S = farmingNG.S
farmingNG.harvester_names["farming:hemp_8"] = true
farmingNG.harvester_names["farming:melon_8"] = true
farmingNG.harvester_names["farming:onion_5"] = true
farmingNG.harvester_names["farming:parsley_3"] = true
farmingNG.harvester_names["farming:pepper_5"] = true -- green
farmingNG.harvester_names["farming:pepper_6"] = true -- yellow
farmingNG.harvester_names["farming:pepper_7"] = true -- red
Expand Down
2 changes: 2 additions & 0 deletions seeder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ end

farmingNG.seeder_seed = {
-- *** farming
{"farming:artichoke", "farming:artichoke_1"},
{"farming:seed_barley", "farming:barley_1"},
{"farming:seed_hemp", "farming:hemp_1"},
{"farming:pumpkin_seed", "farming:pumpkin_1"},
Expand All @@ -94,6 +95,7 @@ farmingNG.seeder_seed = {
{"farming:garlic_clove", "farming:garlic_1"},
{"farming:melon_slice", "farming:melon_1"},
{"farming:onion", "farming:onion_1"},
{"farming:parsley", "farming:parsley_1"},
{"farming:peppercorn", "farming:pepper_1"},
{"farming:pineapple_top", "farming:pineapple_1"},
{"farming:potato", "farming:potato_1"},
Expand Down

0 comments on commit 7207ba7

Please sign in to comment.