-
-
Notifications
You must be signed in to change notification settings - Fork 339
Closed
Description
The Recipe interface (and the corresponding shaped and shapeless builders) allows multiple ItemStacks to me specified as the recipe result.
While it's entirely possible for a mod to define a behavior for this, Vanilla has no concept of multiple results for a recipe. While Cake is handled specially, with milk buckets being replaced by empty buckets, this can't be applied to recipes in general.
Some behavior, such as using the first ItemStack in the results list, should be defined and specified in the javadocs.
Reactions are currently unavailable