From 78712749534cdc78d0cd934337f9c348e56cafea Mon Sep 17 00:00:00 2001 From: Ken Bull Date: Sat, 5 Jun 2021 15:10:51 -0400 Subject: [PATCH] moved frostedtallgrass drops to tallgrass --- README.md | 2 +- assets/moreseeds/patches/tallgrass.json | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d48e15a..9c8f0f7 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/assets/moreseeds/patches/tallgrass.json b/assets/moreseeds/patches/tallgrass.json index 4f6a925..14ed63f 100644 --- a/assets/moreseeds/patches/tallgrass.json +++ b/assets/moreseeds/patches/tallgrass.json @@ -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 }