Skip to content

Commit

Permalink
fix #1453
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ committed Apr 19, 2024
1 parent e120b38 commit 83c417c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
13 changes: 1 addition & 12 deletions FABRIC_CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,4 @@ No formatting, just plain text. CurseForge support for it is terrible.

Change logging starts below:
----------
- fix crashes with fluid and item schedule conditions (#1363, #1391, #1392)
- fix crashes viewing recipes in REI (#1378, #1379, #1380, #1382, #1395)
- fix ingredients of sequenced assembly recipes not being properly linked to their uses (#1394)
- marked known outdated broken addon versions as incompatible
- marked Sound Physics Remastered as broken due to calling non thread safe code off thread
- add cycling to the block displayed in manual item application in EMI
- make hidden items not show up in REI & EMI
- fix backtanks not updating neighboring blocks (#1396)
- fix basin tooltips not updating when removing fluid (#1411)
- fix outputs of draining recipes not being indexed (#1409)
- fix incorrect chances being shown on fan recipes (#1393)
- fix stress tooltips not being shown until entering singleplayer (#1265)
- added red sandpaper as a polishing workstation to EMI
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ public void register(EmiRegistry registry) {
registry.addWorkstation(MILLING, EmiStack.of(AllBlocks.MILLSTONE.get()));
registry.addWorkstation(CRUSHING, EmiStack.of(AllBlocks.CRUSHING_WHEEL.get()));
registry.addWorkstation(SANDPAPER_POLISHING, EmiStack.of(AllItems.SAND_PAPER.get()));
registry.addWorkstation(SANDPAPER_POLISHING, EmiStack.of(AllItems.RED_SAND_PAPER.get()));
registry.addWorkstation(PRESSING, EmiStack.of(AllBlocks.MECHANICAL_PRESS.get()));
registry.addWorkstation(FAN_WASHING, FanEmiRecipe.getFan("fan_washing"));
registry.addWorkstation(FAN_SMOKING, FanEmiRecipe.getFan("fan_smoking"));
Expand Down

0 comments on commit 83c417c

Please sign in to comment.