Skip to content

Commit

Permalink
Fix missing style & updated the description
Browse files Browse the repository at this point in the history
  • Loading branch information
Quezler committed Dec 19, 2023
1 parent 35fa343 commit 55b4335
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions mods/se-core-miner-output-helper/data.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
local style = data.raw["gui-style"]["default"]

style.se_zonelist_zone_data_label_link = {
type = "label_style",
parent = "se_zonelist_zone_data_label",
font = "default-semibold",
font_color = {1, 1, 1},
}
4 changes: 2 additions & 2 deletions mods/se-core-miner-output-helper/info.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "se-core-miner-output-helper",
"title": "Space Exploration - core miner output helper",
"description": "Hover over any core miner to get the fragments per second for that surface.",
"version": "1.0.3",
"description": "Hover over any core miner (or look in the universe explorer) to get the fragments per second for that surface.",
"version": "1.0.4",
"author": "Quezler",
"factorio_version": "1.1",
"dependencies": [
Expand Down

0 comments on commit 55b4335

Please sign in to comment.