We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bca54d commit e4ee0e6Copy full SHA for e4ee0e6
1 file changed
CMakeLists.txt
@@ -3,7 +3,7 @@ project(BetterInventory CXX ASM_NASM)
3
include(FetchContent)
4
5
# Mod Options
6
-set(MOD_VERSION "1.5.2")
+set(MOD_VERSION "1.6.0")
7
8
# Amethyst Minecraft Folder
9
set(AmethystFolder "$ENV{localappdata}/Packages/Microsoft.MinecraftUWP_8wekyb3d8bbwe/AC/Amethyst/")
@@ -47,4 +47,4 @@ target_compile_options(${PROJECT_NAME} PRIVATE
47
target_compile_definitions(${PROJECT_NAME} PUBLIC ENTT_PACKED_PAGE=128)
48
49
# Get the AmethystAPI Lib.
50
-add_subdirectory("$ENV{amethyst_src}/AmethystAPI" "build")
+add_subdirectory("$ENV{amethyst_src}/AmethystAPI" "build")
0 commit comments