Fabricators-of-Create / Porting-Lib

A collection of utilities for porting mods from Forge to Fabric.
Other
121 stars 34 forks source link

MutableContainerItemContext 1.20.1 Edition #83

Closed IThundxr closed 8 months ago

AlphaMode commented 8 months ago

Has this been tested? Also could you add some java doc explaining the functionality and why its needed

IThundxr commented 8 months ago

Has this been tested? Also could you add some java doc explaining the functionality and why its needed

Its pulled from 1.20.4 lol, need it to fix spout filling on 1.19 and 1.20

IThundxr commented 8 months ago

https://github.com/Fabricators-of-Create/Porting-Lib/blob/1.20.4/transfer/src/main/java/io/github/fabricators_of_create/porting_lib/transfer/MutableContainerItemContext.java

AlphaMode commented 8 months ago

Yeah, I thought we already had this. I'm worried about the overflow part but I guess it should be fine.