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:
parent
395b1b3346
commit
fe6c666da2
2 changed files with 17 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue