Skip to content

Commit

Permalink
moved frostedtallgrass drops to tallgrass
Browse files Browse the repository at this point in the history
  • Loading branch information
LlubNek committed Jun 5, 2021
1 parent 070dcd7 commit 7871274
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ A mod for Vintage Story.

Crops drop more seeds when fully mature, leaves drop more saplings, grass(-like blocks) drops seeds rarely.

Now working on Vintage Story 1.15-pre.1. For earlier versions use the vs-1.12.14 branch.
Now working on Vintage Story 1.15-pre.1. For earlier versions use the vs-1.12.14 or vs-1.14 branch.
15 changes: 10 additions & 5 deletions assets/moreseeds/patches/tallgrass.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,32 @@
quantity: { avg: 0.01, var: 0 }
} },

{ file: "game:blocktypes/plant/frostedtallgrass", op: "add", path: "/drops/-", value: {
{ file: "game:blocktypes/plant/tallgrass", op: "add", path: "/drops/-", value: {
type: "item",
code: "seeds-cabbage",
quantity: { avg: 0.01, var: 0 }
} },
{ file: "game:blocktypes/plant/frostedtallgrass", op: "add", path: "/drops/-", value: {
{ file: "game:blocktypes/plant/tallgrass", op: "add", path: "/drops/-", value: {
type: "item",
code: "seeds-carrot",
quantity: { avg: 0.02, var: 0 }
} },
{ file: "game:blocktypes/plant/frostedtallgrass", op: "add", path: "/drops/-", value: {
{ file: "game:blocktypes/plant/tallgrass", op: "add", path: "/drops/-", value: {
type: "item",
code: "seeds-onion",
quantity: { avg: 0.01, var: 0 }
} },
{ file: "game:blocktypes/plant/frostedtallgrass", op: "add", path: "/drops/-", value: {
{ file: "game:blocktypes/plant/tallgrass", op: "add", path: "/drops/-", value: {
type: "item",
code: "seeds-parsnip",
quantity: { avg: 0.03, var: 0 }
} },
{ file: "game:blocktypes/plant/frostedtallgrass", op: "add", path: "/drops/-", value: {
{ file: "game:blocktypes/plant/tallgrass", op: "add", path: "/drops/-", value: {
type: "item",
code: "seeds-turnip",
quantity: { avg: 0.02, var: 0 }
} },
{ file: "game:blocktypes/plant/tallgrass", op: "add", path: "/drops/-", value: {
type: "item",
code: "seeds-pumpkin",
quantity: { avg: 0.01, var: 0 }
Expand Down

0 comments on commit 7871274

Please sign in to comment.