1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Prefix RecipePriority elements with PRIORITY_

This commit is contained in:
Paul Ouellette 2019-07-22 01:26:22 -04:00 committed by sfan5
parent 395b1b3346
commit fe6c666da2
2 changed files with 17 additions and 17 deletions

View file

@ -141,12 +141,12 @@ public:
*/
enum RecipePriority
{
NO_RECIPE,
TOOLREPAIR,
SHAPELESS_AND_GROUPS,
SHAPELESS,
SHAPED_AND_GROUPS,
SHAPED,
PRIORITY_NO_RECIPE,
PRIORITY_TOOLREPAIR,
PRIORITY_SHAPELESS_AND_GROUPS,
PRIORITY_SHAPELESS,
PRIORITY_SHAPED_AND_GROUPS,
PRIORITY_SHAPED,
};
CraftDefinition() = default;