CivMC / Civ

Monorepo for development of and running a Civ Server.
MIT License
4 stars 11 forks source link

Fix Factory Overflow #394

Closed MrJeremyFisher closed 5 months ago

MrJeremyFisher commented 6 months ago

Fixes FactoryMod incorrectly believing that recipe output would fit in a chest because of some incorrect uses of ItemMap's fitsIn and an issue with fitsIn itself.