Merge branch 'pieeebot:main' into main

This commit is contained in:
rockefort 2026-04-22 02:31:25 -03:00 committed by GitHub
commit 918d8bb72f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
#include "../../Minecraft.h"
#include "../../Options.h"
#include "../../Minecraft.World/Level.h"
#include "../../MultiplayerLevel.h"
#include "../../MultiPlayerLevel.h"
#include "../../../Minecraft.World/Enchantment.h"
#ifdef __ORBIS__
#include <pad.h>

View file

@ -5,7 +5,7 @@ SOURCE_DIR="${1:-.}"
BUILD_CI="${BUILD_CI:-0}"
BUILD_TYPE="${2:-Release}"
XWIN_CACHE="${XWIN_CACHE:-$PWD/.xwin}"
INSTALL_DIR="${INSTALL_PREFIX:-$HOME/.local/share/evolved-lce}"
INSTALL_DIR="${INSTALL_PREFIX:-$HOME/.local/share/neoLegacy}"
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'