We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be599c commit efef1a0Copy full SHA for efef1a0
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.6.0")
+set(MOD_VERSION "1.6.1")
7
8
# Amethyst Minecraft Folder
9
set(AmethystFolder "$ENV{localappdata}/Packages/Microsoft.MinecraftUWP_8wekyb3d8bbwe/LocalState/games/com.mojang/amethyst/")
@@ -50,4 +50,4 @@ target_compile_options(${PROJECT_NAME} PRIVATE
50
target_compile_definitions(${PROJECT_NAME} PUBLIC ENTT_PACKED_PAGE=128)
51
52
# Get the AmethystAPI Lib.
53
-add_subdirectory("$ENV{amethyst_src}/AmethystAPI" "build")
+add_subdirectory("$ENV{amethyst_src}/AmethystAPI" "build")
0 commit comments