mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-20 23:13:33 +00:00
the whole game
This commit is contained in:
12
src/world/item/crafting/RecipeCategory.h
Executable file
12
src/world/item/crafting/RecipeCategory.h
Executable file
@@ -0,0 +1,12 @@
|
||||
#ifndef NET_MINECRAFT_WORLD_ITEM_CRAFTING__RecipeCategory_H__
|
||||
#define NET_MINECRAFT_WORLD_ITEM_CRAFTING__RecipeCategory_H__
|
||||
|
||||
enum RecipeCategory {
|
||||
RCAT_TOOL,
|
||||
RCAT_WEAPON,
|
||||
RCAT_ARMOR,
|
||||
RCAT_FOOD,
|
||||
RCAT_OTHER
|
||||
};
|
||||
|
||||
#endif /*NET_MINECRAFT_WORLD_ITEM_CRAFTING__RecipeCategory_H__*/
|
||||
Reference in New Issue
Block a user