Skip to content

Commit

Permalink
fix(jei): 🧻Add info that [Robust Twilight Oak Sapling] can spawn [Loo…
Browse files Browse the repository at this point in the history
…tr Chest][Monster Spawner]
  • Loading branch information
Krutoy242 committed Jun 19, 2024
1 parent 52f3f8e commit eb9dd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jei/crafting_hints.zs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ if (!isNull(xp_bottler)) {

// Fireflys and Cicadas
scripts.jei.requious.add(<assembly:crafting_hints>, { [null, null, null, null, null, <twilightforest:twilight_sapling:1>]: [null, <twilightforest:firefly>] });
scripts.jei.requious.add(<assembly:crafting_hints>, { [null, null, null, null, null, <twilightforest:twilight_sapling:4>]: [null, <twilightforest:firefly>, <twilightforest:cicada>] });
addInsOutsCatl([<twilightforest:twilight_sapling:4>], [<twilightforest:cicada> * 8, <minecraft:mob_spawner>, <lootr:lootr_chest>]);

// Taint to Flux Goo
x.addJEIRecipe(AssemblyRecipe.create(function (c) {
Expand Down

0 comments on commit eb9dd50

Please sign in to comment.