IntegratedDynamics-1.20.1-1.30.8.jar
Curse Maven Snippet
What's new
As always, don't forget to backup your world before updating! Requires CyclopsCore version 1.20.0 or higher.
Additions:
- Add stripped Menril logs to vanilla
logsandlogs_that_burntags (#1685), Closes #1684
Fixes:
- Fix autocrafting result detection on hopper insertion to importer
The problem was that IngredientChannelAdapterWrapperSlotted did not make use of the IIngredientChannelInsertPreConsumers yet, which is the one being used when external blocks such as hoppers directly push to network components. Now, it does, similar to IngredientChannelAdapter.
Closes CyclopsMC/IntegratedCrafting#207