Skip to content

Commit

Permalink
Merge pull request #476 from MuteTiefling/fix-bz-advancements
Browse files Browse the repository at this point in the history
e9e advancements fix and potion tweak
  • Loading branch information
MuteTiefling authored Jul 10, 2023
2 parents 4ee6d73 + 9abce85 commit 9a2cd31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 3 additions & 0 deletions config/jei/recipe-category-sort-order.ini
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,6 @@ hexerei:book_of_shadows_dye
hexerei:crow_flute_dye
jeed:effect_info
some_assembly_required:sandwiching_station
lychee:item_exploding/minecraft/default
lychee:item_inside/minecraft/default
lychee:lightning_channeling/minecraft/default
6 changes: 0 additions & 6 deletions kubejs/server_scripts/expert/advancements/the_bumblezone.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ ServerEvents.highPriorityData((event) => {
target_advancement: 'the_bumblezone:the_bumblezone/the_queens_desire/otherworldly_mites'
}
},
target_advancement_done_9: {
trigger: 'the_bumblezone:target_advancement_done',
conditions: {
target_advancement: 'the_bumblezone:the_bumblezone/the_queens_desire/peak_inefficiency'
}
},
target_advancement_done_10: {
trigger: 'the_bumblezone:target_advancement_done',
conditions: {
Expand Down
2 changes: 1 addition & 1 deletion kubejs/startup_scripts/base/brewing_registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ MoreJSEvents.registerPotionBrewing((event) => {
output: 'minecraft:slowness'
},
{
reagent: 'byg:baobab_fruit',
reagent: 'thermal:spinach_block',
input: 'minecraft:awkward',
output: 'apotheosis:resistance'
},
Expand Down

0 comments on commit 9a2cd31

Please sign in to comment.