Files
minecraft-pe-0.6.1/src/world/item/crafting/RecipeCategory.h
2026-03-02 22:04:18 +03:00

13 lines
306 B
C
Executable File

#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__*/