Skip to content

Commit 8c9331f

Browse files
committed
attempt to fix failing build
1 parent efef1a0 commit 8c9331f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cmake_minimum_required(VERSION 3.12)
2-
project(BetterInventory CXX ASM_NASM)
2+
project(Better-Inventory CXX ASM_NASM)
33
include(FetchContent)
44

55
# Mod Options
6-
set(MOD_VERSION "1.6.1")
6+
set(MOD_VERSION "1.6.0")
77

88
# Amethyst Minecraft Folder
99
set(AmethystFolder "$ENV{localappdata}/Packages/Microsoft.MinecraftUWP_8wekyb3d8bbwe/LocalState/games/com.mojang/amethyst/")

0 commit comments

Comments
 (0)