Skip to content

Commit

Permalink
fix: icon for ftb lib
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Aug 12, 2024
1 parent 3dd1a09 commit 8ab38c9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [21.1.8]

### Fixed

- Fixed the `tps` icon not working for the new version of FTB Lib

## [21.1.7]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ neo_version=21.1.4
neo_version_range=[21.1.0,)
loader_version_range=[4,)

mod_version=7
mod_version=8

mod_id=fcbridge
mod_name=FC Bridge
Expand Down
21 changes: 9 additions & 12 deletions src/main/resources/assets/fcbridge/sidebar_buttons/tps.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"tps": {
"group": "ftblibrary:util",
"icon": [
"fcbridge:textures/gui/tps_icon.png"
],
"click": [
"command:/fc dev show TPS"
],
"required_mods": [
"fcbridge"
]
}
"icon": [
"fcbridge:textures/gui/tps_icon.png"
],
"click": [
"command:/fc dev show TPS"
],
"required_mods": [
"fcbridge"
]
}

0 comments on commit 8ab38c9

Please sign in to comment.