An extension of the features of Craft4k. Craft4k is a faithful recreation of Notch's "Minecraft 4k" (Minecraft in 4kb) project. This extends on that work, bringing tons of new features and modifying the gameplay to be a bit more like "mainline" Minecraft (so to speak).
- This project has no relation to "Minecraft", "Mojang", "Microsoft", or "Notch". Just a simple dev trying to do stupid stuffs.
- I have deep respect for Notch's work - even if I don't agree with everything he may or may not have/will said/say.
- This project does not have a focus on being 4kb in size. I know, boo-hoo.
- Grab a copy of the source code and OpenJDK 25.
- Use the command
javac Craft4k.java Launcher.javacompile. - Use
jar cfm Craft4kPlus.jar manifest.txt *.classif you want to jar for distribution! - use
java -jar Craft4kPlus.jarto run if made for distribution,java Launcherif not (note: no ".class"!)