MaxStackSize of EmptyCells is 16 should be 64 or anything above 18
AxMedia opened this issue ยท 7 comments
The Industrial Electrolyzer's recipe for making beryllium cells is broken as it needs 18 empty cells to run.
Obviously you can't put more than 16 in as that's the maximum stacksize.
Very easy fix in items/DynamicCell.java:
public DynamicCell()
{
func_77637_a(TechRebornCreativeTab.instance);
func_77655_b("techreborn.cell");
setMaxStackSize(**64**);
}
Thanks very much!
Semifixed in 1.11.2. Recipe still uses way too many, but cells stack to 64 now.
So There's no fix for those playing with the lastest hermitpack using techreborn 1.10.2-1.4.17.141 ?