-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3dd1a09
commit 8ab38c9
Showing
3 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 9 additions & 12 deletions
21
src/main/resources/assets/fcbridge/sidebar_buttons/tps.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |