Skip to content

Commit

Permalink
Merge pull request #26 from fluxionary/fix_syntax
Browse files Browse the repository at this point in the history
fix syntax error (fixes #25)
  • Loading branch information
acmgit committed Apr 26, 2023
2 parents 073bd4e + 79d30e9 commit b8df327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corn_redo.lua
Expand Up @@ -112,7 +112,7 @@ end
crop_def.drop = {
items = {
{items = {"cucina_vegana:" .. pname .. "_cob 3"}, rarity = 1},
{items = {"cucina_vegana:" .. pname .. "_cob 3", rarity = 2},
{items = {"cucina_vegana:" .. pname .. "_cob 3"}, rarity = 2},
{items = {"cucina_vegana:" .. pname .. "_seed"}, rarity = 1},
{items = {"cucina_vegana:" .. pname .. "_seed"}, rarity = 2},
}
Expand Down

0 comments on commit b8df327

Please sign in to comment.