Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lapis256 committed Nov 16, 2024
1 parent 52ab6c6 commit 410597f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# AE2 Toggleable ViewCell

This mod is a simple addon for AE2 that adds toggleable View Cells.

![Demonstration of toggling the state of a Toggleable View Cell by right-clicking on it.](./images/demo.gif)
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ tasks {
"mod_name" to Constants.Mod.name,
"mod_author" to Constants.Mod.author,
"mod_id" to Constants.Mod.id,
"logo_file" to "assets/ae2_toggleable_view_cell/textures/item/toggleable_view_cell_enabled.png",
"logo_blur" to "false",
"license" to Constants.Mod.license,
"description" to Constants.Mod.description,
"display_url" to Constants.Mod.repositoryUrl,
Expand Down
Binary file added images/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ issueTrackerURL="${issue_tracker_url}"
modId = "${mod_id}"
version = "${version}"
displayName = "${mod_name}"
logoFile = "${logo_file}"
logoBlur = ${logo_blur}
displayURL ="${display_url}"
displayTest = "${display_test}"
authors = "${mod_author}"
Expand Down

0 comments on commit 410597f

Please sign in to comment.