Note: This repository does not contain the proprietary Minecraft implementation.
final ColorTransformer transformer = new MinecraftColorPalette();
final FrameGameCreator creator = () -> new ExampleGame(transformer);
new FrameGameApplication("Example", creator).show();
- This project is licensed under GNU GPL v2.
- Sonic audio library by Bill Cox under Apache 2.0.
- Original sound resources are licensed by Mojang.