Skip to content

Commit

Permalink
Merge pull request #1 from Naxrin/Naxrin-patch-1
Browse files Browse the repository at this point in the history
4.0.0-alpha.1
  • Loading branch information
Naxrin authored Nov 15, 2024
2 parents c21bfd1 + b7978fd commit d298750
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
14 changes: 7 additions & 7 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"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",
"tags": ["interface"],
"dependencies":[
{
"id": "geode.node-ids",
"version": "v1.0.0",
"version": "v1.17.0-alpha.1",
"importance":"required"
}
],
Expand Down

0 comments on commit d298750

Please sign in to comment.