Skip to content

Commit

Permalink
chore: bump lua_api_version to 2 for mods
Browse files Browse the repository at this point in the history
  • Loading branch information
AluminumAlman authored and scarf005 committed Jan 7, 2024
1 parent 731343d commit 7ef7a96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/mods/saveload_lua_test/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"authors": [ "Olanti" ],
"description": "Mod for testing Lua save/load API.",
"category": "content",
"lua_api_version": 1,
"lua_api_version": 2,
"//": "It's not really obsolete, but it's useful only for devs and modders, and not for player.",
"obsolete": true,
"dependencies": [ "bn" ]
Expand Down
2 changes: 1 addition & 1 deletion data/mods/smart_house_remotes/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "Add remotes for controlling garage doors and window curtains.",
"category": "content",
"obsolete": true,
"lua_api_version": 1,
"lua_api_version": 2,
"dependencies": [ "bn" ]
}
]
2 changes: 1 addition & 1 deletion data/mods/teleportation_mod/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "Add craftable and buildable teleporters.",
"category": "content",
"obsolete": false,
"lua_api_version": 1,
"lua_api_version": 2,
"dependencies": [ "bn" ]
}
]

0 comments on commit 7ef7a96

Please sign in to comment.