Recipe Types
Bag of Yurting adds the following recipe serializers for use in recipe jsons.
The bagofyurting:shapeless_bag_of_yurting_upgrade crafting recipe format has the same format as vanilla shapeless recipes, but with special properties; additional data will be added to the result:
- The new bag's tier will be one tier higher than the lowest-tier bag used in the ingredients
- If any of the ingredient bags are dyed, then the new bag's color will be a blend of the colors of the dyed ingredient bags
The data will be applied to the result even if the ingredients or result are not bags of yurtings (though it won't necessarily be very helpful on non-bag results).
Prior to 1.21, the bagofyurting:shaped_bag_of_yurting_upgrade crafting recipe format has the same format as vanilla shaped recipes, but with the same properties as the shapeless upgrade recipe.
The shaped upgrade is no longer used by default as of version 1.2.0.0, as the default upgrade recipe now uses the shapeless recipe; the shaped format is still useable by datapacks until 1.21-5.0.0.0, which removes this recipe format.
| Version | Changelog |
|---|---|
| 1.21-5.0.0.0 | Removed legacy shaped upgrade recipe type |
| 1.16.4-1.2.0.0 | Added shapeless upgrade recipe type; the default upgrade recipe now uses the shapeless format |
| 1.0.0.0 | Added shaped upgrade recipe type |