diamonddevv / luafy

lua scripting language in minecraft datapacks
Creative Commons Zero v1.0 Universal
5 stars 2 forks source link

Script Language Registry #25

Closed diamonddevv closed 1 month ago

diamonddevv commented 1 month ago

Add registry for Script Languages. This will allow other mods to add more Language support.

MulverineX commented 1 month ago

This is probably how Bun support would be implemented, where .ts & .bun.bin (JavascriptCore bytecode, depends on https://github.com/oven-sh/bun/issues/6798 ) files would be targetted by an addon mod.

diamonddevv commented 1 month ago

completed!