ClassiCube-PPC is a folk of ClassiCube for PowerMacs with Mac OS X 10.4+
**It is not affiliated with (or supported by) Mojang AB, Minecraft, or Microsoft in any way.**
ClassiCube aims to replicate the 2009 Minecraft Classic client while offering optional enhancements to improve gameplay. ClassiCube can run on many systems, including desktop, web, mobile, and even some consoles.
ClassiCube is not trying to replicate modern Minecraft versions. It will never support survival, logging in with Minecraft accounts or connecting to Minecraft servers.
Fixes & Stuff of ClassiCube-PPC
*Fixed login issues for PPC*Resolved issues with downloading resources and texture packs on PPC that do not support modern SSL without needing external software or additional compilation
*Applied fixes for bugs for PPC
*Added a Python-based proxy server that enables the downloading of resources and texture packs to work
*Updated the code from the original repository to new changes
To begin, you need to download ClassiCube-PPC.dmg, mount the DMG, move the folder named ClassiCube from the DMG to the Applications folder, then go to Applications, find the ClassiCube folder, enter the folder, and run ClassiCube.app to download the required assets from minecraft.net through a public proxy and classiCube.net.
Just click 'OK' to the dialog menu that appears when you start the launcher.
Singleplayer Run ClassiCube.app, then click Singleplayer at the main menu.
Multiplayer Run ClassiCube.app. You can connect to LAN/locally hosted servers, and classicube.net servers if you have a ClassiCube account.
ClassiCube-PPC runs on:
- Mac OS X 10.4.11 [Tested]
- Problably: Mac OS X 10.5 - 10.6 (Beta PPC)
Xcode 2.2.1 - 2.5 (Mac OS X 10.4.11)
cc -fno-math-errno src/*.c src/*.m -o ClassiCube -framework Cocoa -framework OpenGL -framework IOKit -lobjc
(Make a console version)
Functions and variables in .h files are mostly documented.
Further information (e.g. style) for ClassiCube's source code can be found in the doc and misc folders.
Fixes for compilation errors when using musl or old glibc for C standard library
-
Press escape (after joining a world) or pause to switch to the pause menu.
-
Pause menu -> Options -> Controls lists all of the key combinations used by the client.
-
Note that toggling 'vsync' to on will minimise CPU usage, while off will maximimise chunk loading speed.
-
Press F to cycle view distance. A smaller number of visible chunks can improve performance.
-
If the server has disabled hacks, key combinations such as fly and speed will not do anything.
-
To see the list of built in commands, type
/client
. -
To see help for a given built in command, type
/client help <command name>
.
- curl - HTTP/HTTPS for linux and macOS
- FreeType - Font handling for all platforms
- GCC - Compiles client for linux
- MinGW-w64 - Compiles client for windows
- Clang - Compiles client for macOS
- Emscripten - Compiles client for web
- RenderDoc - Graphics debugging
- BearSSL - SSL/TLS support on consoles
- libnx - Backend for Switch
- Ryujinx - Emulator used to test Switch port
- wut - Backend for Wii U
- Cemu - Emulator used to test Wii U port
- libctru - Backend for 3DS
- citro3D - Rendering backend for 3DS
- Citra - Emulator used to test 3DS port
- libogc - Backend for Wii and GameCube
- libfat - Filesystem backend for Wii/GC
- Dolphin - Emulator used to test Wii/GC port
- libdragon - Backend for Nintendo 64
- ares - Emulator used to test Nintendo 64 port
- BlocksDS - Backend for Nintendo DS
- melonDS - Emulator used to test Nintendo DS port
- vitasdk - Backend for PS Vita
- Vita3K - Emulator used to test Vita port
- pspsdk - Backend for PSP
- PPSSPP - Emulator used to test PSP port
- PSL1GHT - Backend for PS3
- RPCS3 - Emulator used to test PS3 port
- ps2sdk - Backend for PS2
- PCSX2 - Emulator used to test PS2 port
- PSn00bSDK - Backend for PS1
- duckstation - Emulator used to test PS1 port
- libxenon - Backend for Xbox 360
- nxdk - Backend for Xbox
- xemu - Emulator used to test Xbox port
- cxbx-reloaded - Emulator used to test Xbox port
- KallistiOS - Backend for Dreamcast
- GLdc - Basis of rendering backend for Dreamcast
- flycast - Emulator used to test Dreamcast port
- libyaul - Backend for Saturn
- mednafen - Emulator used to test Saturn port
ClassiCube uses sounds from Freesound.org
Full credits are listed in doc/sound-credits.md
ClassiCube SourceCode