added ItemDef.stackSize
This commit is contained in:
@@ -22,6 +22,7 @@ class ItemDef {
|
||||
public:
|
||||
std::string const name;
|
||||
|
||||
itemcount_t stackSize = 64;
|
||||
bool generated = false;
|
||||
uint8_t emission[4] {0, 0, 0, 0};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user