From 9d4d3e6e55013190229de84fe9cc1b114533ede4 Mon Sep 17 00:00:00 2001 From: Nettakrim <106409257+Nettakrim@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:15:03 +0100 Subject: [PATCH 1/2] fixed starfruit check in gather_tree_all --- .../resources/data/croptopia/advancements/gather_tree_all.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/data/croptopia/advancements/gather_tree_all.json b/src/main/resources/data/croptopia/advancements/gather_tree_all.json index 96511b6a8..e1cbe60b9 100644 --- a/src/main/resources/data/croptopia/advancements/gather_tree_all.json +++ b/src/main/resources/data/croptopia/advancements/gather_tree_all.json @@ -38,7 +38,7 @@ "pecan_sapling": { "trigger": "minecraft:inventory_changed","conditions": { "items": [ { "items": ["croptopia:pecan_sapling"] } ] } }, "persimmon_sapling": { "trigger": "minecraft:inventory_changed","conditions": { "items": [ { "items": ["croptopia:persimmon_sapling"] } ] } }, "plum_sapling": { "trigger": "minecraft:inventory_changed","conditions": { "items": [ { "items": ["croptopia:plum_sapling"] } ] } }, - "starfruit_sapling": { "trigger": "minecraft:inventory_changed","conditions": { "items": [ { "items": ["croptopia:plum_sapling"] } ] } }, + "starfruit_sapling": { "trigger": "minecraft:inventory_changed","conditions": { "items": [ { "items": ["croptopia:starfruit_sapling"] } ] } }, "walnut_sapling": { "trigger": "minecraft:inventory_changed","conditions": { "items": [ { "items": ["croptopia:walnut_sapling"] } ] } } } } From 6272486543ab5b354eb8cef629a03a1811bf3230 Mon Sep 17 00:00:00 2001 From: Nettakrim <106409257+Nettakrim@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:15:36 +0100 Subject: [PATCH 2/2] fixed starfruit in gather_tree_forest --- .../data/croptopia/advancements/gather_tree_forest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/data/croptopia/advancements/gather_tree_forest.json b/src/main/resources/data/croptopia/advancements/gather_tree_forest.json index 5cf1fe0b3..023179431 100644 --- a/src/main/resources/data/croptopia/advancements/gather_tree_forest.json +++ b/src/main/resources/data/croptopia/advancements/gather_tree_forest.json @@ -21,7 +21,7 @@ "orange_sapling": { "trigger": "minecraft:inventory_changed","conditions": { "items": [ { "items": ["croptopia:orange_sapling"] } ] } }, "persimmon_sapling": { "trigger": "minecraft:inventory_changed","conditions": { "items": [ { "items": ["croptopia:persimmon_sapling"] } ] } }, "plum_sapling": { "trigger": "minecraft:inventory_changed","conditions": { "items": [ { "items": ["croptopia:plum_sapling"] } ] } }, - "starfruit_sapling": { "trigger": "minecraft:inventory_changed","conditions": { "items": [ { "items": ["croptopia:plum_sapling"] } ] } }, + "starfruit_sapling": { "trigger": "minecraft:inventory_changed","conditions": { "items": [ { "items": ["croptopia:starfruit_sapling"] } ] } }, "pear_sapling": { "trigger": "minecraft:inventory_changed","conditions": { "items": [ { "items": ["croptopia:pear_sapling"] } ] } } } }