diff --git a/kubejs/data/kubejs/structures/tree_of_life_1_new.nbt b/kubejs/data/kubejs/structures/tree_of_life_1_new.nbt index 9ab341fb3..792c39d7c 100644 Binary files a/kubejs/data/kubejs/structures/tree_of_life_1_new.nbt and b/kubejs/data/kubejs/structures/tree_of_life_1_new.nbt differ diff --git a/kubejs/data/kubejs/structures/tree_of_life_2_new.nbt b/kubejs/data/kubejs/structures/tree_of_life_2_new.nbt index 4984ea811..dde287346 100644 Binary files a/kubejs/data/kubejs/structures/tree_of_life_2_new.nbt and b/kubejs/data/kubejs/structures/tree_of_life_2_new.nbt differ diff --git a/kubejs/data/kubejs/structures/tree_of_life_3_new.nbt b/kubejs/data/kubejs/structures/tree_of_life_3_new.nbt index 1dc703b54..47c02bf91 100644 Binary files a/kubejs/data/kubejs/structures/tree_of_life_3_new.nbt and b/kubejs/data/kubejs/structures/tree_of_life_3_new.nbt differ diff --git a/kubejs/data/kubejs/structures/tree_of_life_4_new.nbt b/kubejs/data/kubejs/structures/tree_of_life_4_new.nbt index dfbac5fd9..7b99abb82 100644 Binary files a/kubejs/data/kubejs/structures/tree_of_life_4_new.nbt and b/kubejs/data/kubejs/structures/tree_of_life_4_new.nbt differ diff --git a/kubejs/server_scripts/base/tags/blocks/enigmatica/tree_of_life_pillar.js b/kubejs/server_scripts/base/tags/blocks/enigmatica/tree_of_life_pillar.js index b20fe543e..b3900948d 100644 --- a/kubejs/server_scripts/base/tags/blocks/enigmatica/tree_of_life_pillar.js +++ b/kubejs/server_scripts/base/tags/blocks/enigmatica/tree_of_life_pillar.js @@ -1,3 +1,5 @@ ServerEvents.tags('block', (event) => { - event.get(`enigmatica:tree_of_life_pillar`).add(['twilightforest:liveroot_block', 'supplementaries:pedestal']); + event + .get(`enigmatica:tree_of_life_pillar`) + .add(['twilightforest:liveroot_block', 'supplementaries:pedestal', 'quark:carved_mud_bricks']); }); diff --git a/kubejs/server_scripts/expert/recipes/occultism/pentacles.js b/kubejs/server_scripts/expert/recipes/occultism/pentacles.js index b3058785c..34555b795 100644 --- a/kubejs/server_scripts/expert/recipes/occultism/pentacles.js +++ b/kubejs/server_scripts/expert/recipes/occultism/pentacles.js @@ -175,7 +175,7 @@ ServerEvents.highPriorityData((event) => { P: { type: 'modonomicon:block', block: 'occultism:chalk_glyph_purple' }, S: { type: 'modonomicon:tag', - display: 'twilightforest:liveroot_block', + display: 'quark:carved_mud_bricks', tag: '#enigmatica:tree_of_life_pillar' }, B: { type: 'modonomicon:block', block: 'occultism:sacrificial_bowl' }, @@ -259,7 +259,7 @@ ServerEvents.highPriorityData((event) => { P: { type: 'modonomicon:block', block: 'occultism:chalk_glyph_purple' }, S: { type: 'modonomicon:tag', - display: 'twilightforest:liveroot_block', + display: 'quark:carved_mud_bricks', tag: '#enigmatica:tree_of_life_pillar' }, B: { type: 'modonomicon:block', block: 'occultism:sacrificial_bowl' }, @@ -343,7 +343,7 @@ ServerEvents.highPriorityData((event) => { P: { type: 'modonomicon:block', block: 'occultism:chalk_glyph_purple' }, S: { type: 'modonomicon:tag', - display: 'twilightforest:liveroot_block', + display: 'quark:carved_mud_bricks', tag: '#enigmatica:tree_of_life_pillar' }, B: { type: 'modonomicon:block', block: 'occultism:sacrificial_bowl' }, @@ -427,7 +427,7 @@ ServerEvents.highPriorityData((event) => { P: { type: 'modonomicon:block', block: 'occultism:chalk_glyph_purple' }, S: { type: 'modonomicon:tag', - display: 'twilightforest:liveroot_block', + display: 'quark:carved_mud_bricks', tag: '#enigmatica:tree_of_life_pillar' }, B: { type: 'modonomicon:block', block: 'occultism:sacrificial_bowl' },