Skip to content

Release v1.3.0

Latest
Compare
Choose a tag to compare
@NoNameLmao NoNameLmao released this 13 Feb 14:04
+ Split "characters" into "string" and "array" formats
+ Added "minecraft" as a soon-to-be-expanded collection of useful code utils for minecraft!
+ minecraft.getRandomCoordinates(preCavesAndCliffs: boolean, format: 'array' | 'object' | 'string'): (whatever format you picked) - Get pseudo-random minecraft coordinates in a range from -29999984 to 29999984 on both X and Z axies and from 0 to 256 on Y axis (from -64 to 320 if "preCavesAndCliffs" is "true")
+ `npm test` for this package testing is now colorful! (Added "colors" package)
+ Added all above to the testing files (test.js and test.ts)
* Slight change in test.json
* Fixed node:13712 "Accessing non-existant property of module exports inside circular dependency" by changing jsdoc