>One recent notable achievement by Minecraft@Home was the discovery[0] of the start screen panorama seed which was seen from Beta 1.8 up to 1.12.
Can't this be done by reverse engineering the .jar files? You'd think that the start screen would be procedually generated from a seed (eg. rather than load_world_from_file("start_screen.map"), you'd do generate_world_from_seed("my seed"), because that's way easier than hard coding in the generated world.
Can't this be done by reverse engineering the .jar files? You'd think that the start screen would be procedually generated from a seed (eg. rather than load_world_from_file("start_screen.map"), you'd do generate_world_from_seed("my seed"), because that's way easier than hard coding in the generated world.