Skip to content

Commit

Permalink
v1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tburrows13 committed May 27, 2022
1 parent b5922ae commit 5f69953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion info.json
@@ -1,6 +1,6 @@
{
"name": "SpidertronEnhancements",
"version": "1.8.4",
"version": "1.8.5",
"title": "Spidertron Enhancements",
"author": "Xorimuth",
"description": "Some simple features to make your life easier whilst using a spidertron:\n - Enter a vehicle without leaving your spidertron\n - Quickly toggle between engineer and spidertron\n - Use spidertron remote pathfinder to navigate around lakes\n - Automatically sort spidertron inventories\n - Pipette remotes from inventory by hovering over spidertrons\n - Directly open the inventory of a vehicle that you are currently driving",
Expand Down
1 change: 1 addition & 0 deletions prototypes/spidertron-remote.lua
Expand Up @@ -5,6 +5,7 @@ local function generate_temporary_remote(remote_name)

temporary_remote.name = "spidertron-enhancements-temporary-" .. remote_name
temporary_remote.localised_name = remote.localised_name or {"item-name." .. remote_name}
temporary_remote.order = remote.order .. "z"

local flags = temporary_remote.flags
if flags then
Expand Down

0 comments on commit 5f69953

Please sign in to comment.