Multiple Hitboxes
This commit is contained in:
@@ -94,6 +94,7 @@ public:
|
||||
bool grounded = false;
|
||||
bool hidden = false;
|
||||
AABB hitbox;
|
||||
bool hitboxExplicit = false;
|
||||
BlockRotProfile rotations;
|
||||
std::string pickingItem = name+BLOCK_ITEM_SUFFIX;
|
||||
std::string scriptName = name.substr(name.find(':')+1);
|
||||
|
||||
Reference in New Issue
Block a user