* You might want to start a new Player and Game with this build. *
Equipment
* (Add) Rest of the slots added to the Equipment tab in the Character Screen.
* (Update) When you put an item from the Inventory into an Equipment slot, the item is removed from the Inventory.
* (Update) When you remove an item from an Equipment slot, the item is added into the Inventory.
* (Fix) Double-clicking on an item in the Inventory would always move the item to the Equipment slot (if viable) and continue to decrement the quantity until zero.
Stone Pickaxes
* (Add) Added into the game.
Wooden Crates
* (Add) Wooden Crates added in. Made from Tree Trunks.
Character Screen
* (Change) “Stats” tab changed to “Totals”. Confusing with the actual character stats (STR, DEX, ..).
Classes (Coding)
* (Add) Item class added. Most everything (not Sentients) now uses this as parent, instead of Object.
Harvesting
* (Add) The Harvesting Ability is now in play. All blocks now have a minimum Harvesting level. And all blocks, when harvested, will increase your Harvesting level if your level is within the boundaries for that block. So basically, you can’t mine Gold until you have a certain Harvesting level.
* (Add) When a Pickaxe is equipped the number of hits needed to harvest is decreased, based on the type of the Pickaxe. Soon I want to make it also based on the Harvesting level.
Messaging
* (Add) Basic messaging system in place to notify the Player of stuff.
Block History
* (Fix) The save file name wasn’t being correctly primed.