Minecraft modding in Dart (with hot reload!)

My jaw dropped.

There’s a way to mod Minecraft with Dart now. And it supports hot reload.

And the API actually looks fantastic.

As someone who’s tried a bit of Minecraft Java modding (for the kid’s benefit), I know how painful and slow it normally is. This could actually be huge!

Made by Norbert Kozsir.

4 Likes

Modern language, similar to typescript, AoT and uses less memory than the command-line used to list a python/javascript/lua script. So, why not? Imagine Godot or Unity support for Dart. It would be awesome as well.

I would also love to see Dart shining in IoT as well. It could easily replace C and Java.