Releases: LaG1924/AltCraft
Releases · LaG1924/AltCraft
Build #3
- Minecraft 1.12.2 (protocol 340).
- Vanilla server (alternative implementations not tested)
- Set
online-mode=false
inserver.properties
- Windows: MSVC 2019 redistributable
Changelog
General
- Fixed multiple race-condition crashes
- Added MacOS Support
- Removed multithreaded main-loop
- Added toggleables: F4 HUD, F7 cursor, F8 UI debugger
Gameplay
- Added non-overworld dimensions
- Added chat parsing
- Fixed early hiding of loading screen
Render
- Optimized render
- Added animated textures
- Changed Default grass color
- Fixed rendering of block selection
- Added render resolution scaling
- Added Windows HiDPI support
GUI
- Removed ImGUI
- Added RmlUI (HTML/CSS GUI framework)
- Added settings UI
- Added respawn UI
- Added single field for ip and port
- Added more debug values
Network
- Fixed freeze while connecting to server
- Fixed incorrect PacketId order
- Decreased bandwidth usage
Assets
- Added Lua scripting
- Added dynamic block-id values in lua
For devs
- Added CI
- Added Optick profiler
- Added CMake depedencies auto-downloading
Dev Build #2
Multiple features are missing. Some features are not working properly. Be ready for that.
Supported only protocol 340 (Minecraft 1.12.2). Encryption must be disabled (online-mode=false
in server.properties
).
Windows: MSVC++2017 Redistributable package is required.
Dev Build #1
First public build of AltCraft!
Multiple features are missing. Some features are not working properly. Be ready for that.
Supported only protocol 340 (Minecraft 1.12.2). Encryption must be disabled (online-mode=false
in server.properties
).
Windows: MSVC++2017 Redistributable package is required.