Immersive Engineering

Immersive Engineering

134M Downloads

Metal press recipe serializer uses stack instead of ingredient for molds

ochotonida opened this issue ยท 1 comments

commented

Description of the issue:

The recipe serializer for metal press recipes currently uses a stack instead of an ingredient for the mold, which prevents the usage of tags and other custom ingredient serializers.

Versions

Immersive Engineering: 1.16.5-4.2.4-134

commented

Yep that's intentional. We use molds for caching and access recipes quicker. Ingredients are not hashable nor comparable, making them useless as a map key.