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

Fix bug with `extend`ing a JSON file from another class #67

Closed Nico314159 closed 9 months ago

Nico314159 commented 9 months ago

prefix + makes it look for the file in the current class, which made it impossible to extend JSON files from other classes or the global scope. To look inside the current class, use dot notation instead.