Skip to content

Commit

Permalink
Merge pull request #1010 from MuteTiefling/Broken-Tree-of-Life
Browse files Browse the repository at this point in the history
Broken tree of life
  • Loading branch information
MuteTiefling committed Sep 12, 2024
2 parents 72cd16e + 6b587f1 commit 1e986ef
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
Binary file modified kubejs/data/kubejs/structures/tree_of_life_1_new.nbt
Binary file not shown.
Binary file modified kubejs/data/kubejs/structures/tree_of_life_2_new.nbt
Binary file not shown.
Binary file modified kubejs/data/kubejs/structures/tree_of_life_3_new.nbt
Binary file not shown.
Binary file modified kubejs/data/kubejs/structures/tree_of_life_4_new.nbt
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -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']);
});
8 changes: 4 additions & 4 deletions kubejs/server_scripts/expert/recipes/occultism/pentacles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down Expand Up @@ -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' },
Expand Down Expand Up @@ -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' },
Expand Down Expand Up @@ -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' },
Expand Down

0 comments on commit 1e986ef

Please sign in to comment.