No description
  • Arc 75.9%
  • PLSQL 20.4%
  • C++ 3%
  • C 0.6%
Find a file
caret@yubi.moe 0d27fedca7 fix: update clang-msvc-sdk submodule for Nix compatibility
On Nix, the clang binary and its intrinsic headers (cpuid.h, xmmintrin.h, etc.)
live in separate store derivations. The toolchain's `clang++ -print-resource-dir`
returns an empty directory, so the MSVC CRT fallback headers are used instead —
causing `cpuid.h not found` at compile time and undefined SSE intrinsic symbols
(_mm_cmpeq_ps, _mm_movemask_ps, etc.) at link time.

Fix: check $CLANG_RESOURCE_DIR env var (set by the flake shellHook to the lib
derivation) before falling back to -print-resource-dir.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 01:16:25 +09:00
.vscode feat: update cmake kit and gitignore 2026-03-02 18:26:46 +02:00
CMake chore: minify auto generated cmake files 2026-03-04 00:01:01 +02:00
Minecraft.Client fix: faithfullylce -> openlce 2026-03-09 00:01:51 +02:00
Minecraft.World fix: faithfullylce -> openlce 2026-03-09 00:01:51 +02:00
scripts Runs and builds on nixos 2026-03-08 22:21:27 +09:00
vendored fix: update clang-msvc-sdk submodule for Nix compatibility 2026-03-10 01:16:25 +09:00
.gitignore ignore minecro 2026-03-08 22:21:55 +09:00
.gitmodules feat: add build scripts and toolchain submodule 2026-03-03 00:20:24 +02:00
BUILDING.MD update building instructions for windows 2026-03-04 04:44:15 +03:00
CMakeLists.txt chore: minify auto generated cmake files 2026-03-04 00:01:01 +02:00
CONTRIBUTING.MD fix: replace github with forgejo 😭 2026-03-02 11:37:37 +00:00
flake.lock Runs and builds on nixos 2026-03-08 22:21:27 +09:00
flake.nix Runs and builds on nixos 2026-03-08 22:21:27 +09:00
LICENSE fix: faithfullylce -> openlce 2026-03-09 00:01:51 +02:00
README.md feat(readme): add discord invite 2026-03-08 13:32:51 +00:00

Minecraft

Discord

TODO

CORE REPO SHOULD CONTAIN:

  • sane folder structure - #1 priority
  • dependency on the 4Jlibs decomp , sdl3 port once ready
  • All targets from the source leak, and more once the 4JLibs SDL3 port is ready
  • Basic fixes and improvements, e.g. vsync option, res option, max fps slider, animation over 60 fps fixes, etc
  • Better KBM support
  • Basic modloader api

QoL and bugfixes:

  • vsync, framerate, brightness, fov, scale, resolution options
  • clean options menu
  • end dimension fix
  • not seeing drops after respawning fix
  • idk what other
  • settings save
  • worlds save
  • crash logs and dumps