Skip to content

Commit

Permalink
Merge pull request #1022 from MuteTiefling/smol-fixes
Browse files Browse the repository at this point in the history
Smol Fixes
  • Loading branch information
MuteTiefling authored Jan 19, 2025
2 parents baa1c9a + b9a82ff commit 80bd16a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

- [Expert] Adjust power input rate of Eldritch Engine to smooth out usage when powered by a Router [\#1021](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/1021)
- [Expert] Remove reference to area mining on the mining laser in Expert Quests since that upgrade is disabled. [\#1021](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/1021)
- Fix issue with IE crusher giving wrong outputs for Lapis. [\#1022](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/1022)

---

Expand Down
1 change: 1 addition & 0 deletions kubejs/server_scripts/base/recipes/enigmatica/remove.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ ServerEvents.recipes((event) => {
{ id: 'immersiveengineering:crusher/slag' },
{ id: 'immersiveengineering:crusher/blaze_powder' },
{ id: 'immersiveengineering:crusher/sandstone' },
{ id: 'immersiveengineering:crusher/blue_dye' },
{ id: 'immersiveengineering:crusher/bone_meal' },
{ id: 'immersiveengineering:crusher/red_sandstone' },
{ id: 'immersiveengineering:smelting/slag_glass' },
Expand Down

0 comments on commit 80bd16a

Please sign in to comment.