mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-22 23:32:54 +00:00
Merge branch 'pieeebot:main' into main
This commit is contained in:
commit
918d8bb72f
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue