diff --git a/CMakeLists.txt b/CMakeLists.txt index 06db380..4542c65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,4 +22,4 @@ endif() add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode) # Set up dependencies, resources, link Geode -setup_geode_mod(${PROJECT_NAME} EXTERNALS geode.node-ids:1.12.0) +setup_geode_mod(${PROJECT_NAME}) diff --git a/mod.json b/mod.json index e9ac8d4..14c5c46 100644 --- a/mod.json +++ b/mod.json @@ -1,13 +1,13 @@ { - "geode": "3.4.0", + "geode": "4.0.0-alpha.1", "gd": { - "win": "2.206", - "android": "2.206", - "mac": "2.206" + "win": "*", + "android": "*", + "mac": "*" }, - "version": "v2.3.0", + "version": "v3.3.0-alpha.1", "id": "naxrin.transparent", - "name": "Transparent BG", + "name": "Transparent Background", "developer": "Naxrin", "description": "\"This mod removes the blue blending of background image so players can enjoy their picked background images better.\"", "repository":"https://github.com/Naxrin/Transparent-BG-Geode", @@ -15,7 +15,7 @@ "dependencies":[ { "id": "geode.node-ids", - "version": "v1.0.0", + "version": "v1.17.0-alpha.1", "importance":"required" } ],