mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Prefix RecipePriority elements with PRIORITY_
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user