Skip to content

Commit

Permalink
add blackberry and lettuce to trader
Browse files Browse the repository at this point in the history
  • Loading branch information
OgelGames committed Dec 11, 2020
1 parent 2d6aa30 commit dabcfb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trader_items.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ mod_items.bucket = {
mod_items.farming = {
{"default:gold_ingot 1", "farming:beans", 1, 5, 10, 40, true},
{"default:gold_ingot 1", "farming:beetroot", 1, 5, 10, 40, true},
{"default:gold_ingot 1", "farming:blackberry", 1, 5, 10, 40, true},
{"default:gold_ingot 1", "farming:blueberries", 1, 5, 10, 40, true},
{"default:gold_ingot 1", "farming:cabbage", 1, 5, 10, 40, true},
{"default:gold_ingot 1", "farming:carrot", 1, 5, 20, 10, true},
Expand All @@ -95,6 +96,7 @@ mod_items.farming = {
{"default:gold_ingot 1", "farming:cucumber", 1, 5, 20, 10, true},
{"default:gold_ingot 1", "farming:garlic", 1, 5, 10, 40, true},
{"default:gold_ingot 1", "farming:grapes", 1, 5, 10, 40, true},
{"default:gold_ingot 1", "farming:lettuce", 1, 5, 10, 40, true},
{"default:gold_ingot 1", "farming:onion", 1, 5, 10, 40, true},
{"default:gold_ingot 1", "farming:pea_pod", 1, 5, 10, 40, true},
{"default:gold_ingot 1", "farming:pepper", 1, 5, 10, 40, true},
Expand Down

0 comments on commit dabcfb6

Please sign in to comment.