Skip to content
Success

Changes

Summary

  1. Advanced miner can put item into the chests around correctly now (details)
  2. Fix the crash when batch crafter is activated (details)
Commit 1c45e228250bcd0668ccf6ba4f25822df18589ba by qian_shan_yao
Advanced miner can put item into the chests around correctly now

Fix EnvItemHandlerFabric#distribute method
The file was modifiedsrc-forge/ic2/forge/EnvItemHandlerForge.java
The file was modifiedsrc-fabric/ic2/fabric/EnvItemHandlerFabric.java
Commit c2f53cae805cb06b2b11c5c2c749602317e72fba by qian_shan_yao
Fix the crash when batch crafter is activated

Fix TileEntityBatchCrafter#findRecipe method, make sure world.getServer() is not null
The file was modifiedsrc/ic2/core/block/machine/tileentity/TileEntityBatchCrafter.java