show_notification only works for shaped crafting recipes
The show_notification is supposed to determines if a notification is shown for recipes, but it is only supported for the crafting_shaped recipe serializer. For all other recipes it always shows the notification.
Code Analysis
The Recipe class has a default implementation for showNotification, returning true. Only ShapedRecipe actually overwrites this method and implements parsing show_notification from json.
2023-02-15, 10:59 PM
2025-01-27, 05:46 AM
21
8
-