Added more enchantments and some fixes
- Removed Debug messages - Added Punch enchantment effect - Added Silk Touch enchantment - Added Unbreaking enchantment effect
This commit is contained in:
@@ -91,6 +91,7 @@ protected:
|
||||
/// If true, the arrow is in the process of being collected - don't go to anyone else
|
||||
bool m_bIsCollected;
|
||||
|
||||
// Stores the creator from that arrow
|
||||
cEntity * m_Creator;
|
||||
|
||||
/// Stores the block position that arrow is lodged into, sets m_IsInGround to false if it becomes air
|
||||
|
||||
Reference in New Issue
Block a user