WingedSeal / jmc

A compiler for JMC (JavaScript-like Minecraft Function), a mcfunction extension language for making Minecraft Datapack
https://jmc.wingedseal.com
MIT License
64 stars 7 forks source link

Object.isEqual() & String.isEqual() dont require `type` argument now #71

Closed amqndin closed 8 months ago

amqndin commented 8 months ago

Object.isEqual() will now only be given 4 arguments, 'source1, path1, source2 path2' and String.isEqual() now only be given 3 arguments source, path, string This is done for better readability and ease of use. All tests run succesfully.