From 41ed39c2838fa7ccef7498c86bb9f2e5d82afbc2 Mon Sep 17 00:00:00 2001 From: DaFuqs Date: Fri, 3 Jun 2022 12:39:51 +0200 Subject: [PATCH] minor tweaks --- .../spectrum/advancements/lategame/grow_ominous_sapling.json | 2 +- .../spectrum/tags/blocks/exempt_from_mineable_debug_check.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/data/spectrum/advancements/lategame/grow_ominous_sapling.json b/src/main/resources/data/spectrum/advancements/lategame/grow_ominous_sapling.json index f57c7278b9..acf0785500 100644 --- a/src/main/resources/data/spectrum/advancements/lategame/grow_ominous_sapling.json +++ b/src/main/resources/data/spectrum/advancements/lategame/grow_ominous_sapling.json @@ -18,7 +18,7 @@ }, "gotten_previous": { "trigger":"spectrum:has_advancement", - "conditions": { "advancement_identifier": "spectrum:lategame/craft_ominous_sapling" } + "conditions": { "advancement_identifier": "spectrum:lategame/plant_ominous_sapling" } } } } \ No newline at end of file diff --git a/src/main/resources/data/spectrum/tags/blocks/exempt_from_mineable_debug_check.json b/src/main/resources/data/spectrum/tags/blocks/exempt_from_mineable_debug_check.json index 242c3a9268..ab34358321 100644 --- a/src/main/resources/data/spectrum/tags/blocks/exempt_from_mineable_debug_check.json +++ b/src/main/resources/data/spectrum/tags/blocks/exempt_from_mineable_debug_check.json @@ -11,6 +11,7 @@ "spectrum:block_flooder", "spectrum:cracked_end_portal_frame", "spectrum:creative_particle_spawner", - "spectrum:tinted_preservation_glass" + "spectrum:tinted_preservation_glass", + "spectrum:jade_vine_roots" ] } \ No newline at end of file