Skip to content

Commit

Permalink
add sunflowers
Browse files Browse the repository at this point in the history
  • Loading branch information
Gundul42 committed Jul 15, 2022
1 parent 6fde025 commit b8646f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions harvester.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ local S = farmingNG.S
farmingNG.harvester_names["farming:sunflower_8"] = true
farmingNG.harvester_names["farming:vanilla_7"] = farmingNG.harvester_nofullg
farmingNG.harvester_names["farming:vanilla_8"] = true
farmingNG.harvester_names["farming:sunflower_8"] = true

This comment has been minimized.

Copy link
@OgelGames

OgelGames Jul 16, 2022

Contributor

Sunflowers were added in #16, see line 57.

This comment has been minimized.

Copy link
@berengma

berengma Jul 16, 2022

Owner

lol, you're right. How could I miss this ???

This comment has been minimized.

Copy link
@OgelGames

OgelGames Jul 16, 2022

Contributor

Sometimes our brains miss the most obvious things :P


-- beer_test
farmingNG.harvester_names["beer_test:oats_8"] = true
Expand Down
1 change: 1 addition & 0 deletions seeder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ farmingNG.seeder_seed = {
{"farming:soy_pod", "farming:soy_1"},
{"farming:seed_sunflower", "farming:sunflower_1"},
{"farming:vanilla", "farming:vanilla_1"},
{"farming:seed_sunflower", "farming:sunflower_1"},

-- *** farming_plus
{"farming_plus:carrot_seed", "farming_plus:carrot_1"},
Expand Down

0 comments on commit b8646f9

Please sign in to comment.