[0.2.30 - 0.2.32] Ore processing is broken (Immersive Engineering crusher and Create crushing wheel, possibly others)
StarkRG opened this issue ยท 7 comments
IE's crusher will accept the silktouched ores for coal, redstone, diamond, emerald, etc. but not iron, gold, copper, etc.
AllTheOres silktouched ores can't be processed except using an engineers hammer or the arc furnace. Create's crushing wheel can't process any ores except vanilla ores and Create's zinc ore (which I think has now been disabled from spawning anyway).
This is definitely something worth fixing, it worked in previous versions, something must be interfering?
I think the unify.js server script is the culprit, at least for the immersive engineering crusher, don't know about the others, though.
The line e.remove({ input: #forge:ores/${name}, type: 'immersiveengineering:crusher' })
removes ores from the crusher but the script never adds them back.
Alright next version will have the same recipes for both IE and Create. ATO ores that are silktouched will get 3 dust(not crushed). This is just a temp solution while we wait on the mods to add their own tag recipes for common ores. Next update should be out tomorrow.
Alright next version will have the same recipes for both IE and Create. ATO ores that are silktouched will get 3 dust(not crushed). This is just a temp solution while we wait on the mods to add their own tag recipes for common ores. Next update should be out tomorrow.
Does that mean that create will be able to crush ALL ores?