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 8 forks source link

Update README.md #54

Closed amqndin closed 9 months ago

amqndin commented 10 months ago

added jmc code snippet, so people get more excited about jmc and give it a try. also prettier formatter (vscode extension) made some changes regarding whitespaces but i can remove that too if you want

Nico314159 commented 10 months ago

The part about switch case has incorrect information. You used nonconsecutive cases, but that only compiles on post-1.20.2, which uses an O(1) jump table, not O(log n) binary search

amqndin commented 10 months ago

i see, i changed it now. i put raycast instead of switch case