- Config values of
0
will now disable that craft.
- Fixed config default to be the value of
*
(which by default is1
).
- Fixed bug where recipe data wouldn't be kept after player death.
- Updated how recipe data is saved to the player.
- The recipe data now stores "count" which is updated each time the recipe is used.
- Players saved in ouro 1.0-1.0.1 will have their data updated with "count" defaulting to
1
.
- Added Config to allow for configurable use amounts per recipe.
<recipe_namespace>:<recipe_path>=<int_uses>
- e.g.
minecraft:spruce_planks=16
- e.g.
*=<int_uses>
can be used to define the default use amount.- negative values allow for unlimited uses.
- removed debug log message.
- Limited crafting recipes to one use per player.