Changelog:
- Added core.addToLocation(Location, double, double, double) // Will add to the location to create a new location, for example if you add (1.0, 0.0, 0.0) to (48, 64, 100) it will turn into (49, 64, 100)
- Added core.cloneLocation(Location) // Will return a copy of the location