peter-hunt / skyblock

Hypixel Skyblock Remake in Python.
MIT License
27 stars 5 forks source link

Fix a bunch of bugs #18

Closed TreesOnTop closed 1 year ago

TreesOnTop commented 1 year ago

On Windows, whenever the data folder gets updated, the folder doesn't get deleted because rm -rf directory doesn't work on Windows and there are 2 read only files in the .git folder. This should fix it on Windows by changing all files in the data folder to not be read only and then deleting them using a method that should work on all operating systems. This should be tested on Linux, since I only tested it on Windows.

also fixed killing an entity without a weapon, dialogue with jacob, and a few fishing bugs

TreesOnTop commented 1 year ago

Inventory is also set to 80 slots in 1 place and 36 slots in another, and I'm not sure which is intended, so I didn't change it

TreesOnTop commented 1 year ago

I'm just going to maintain my own fork of it since you don't seem to be actively working on it