Open juraj-hrivnak opened 3 months ago
I'm not entirely convinced this is the right solution for the problem. The builders assert certain conditions which are then assumed by the rest of the code. Exposing the constructors directly places the responsibility of those assertions into the user domain, which invalidates the assumptions.
Is there no way to use the provided builders with the GroovyScript mod?
Hello, I understand why these constructors are
package-private
since you should use the recipe builders. Yet, the reason for making these constructors public is to provide compatibility for the GroovyScript mod to add these recipes using its recipe builders. All the best, teksturepako