Skip to content

Commit

Permalink
Add Icon/Creation Date
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureDoom committed Aug 7, 2023
1 parent 813b283 commit 713dcc8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -815,13 +815,14 @@
"azurelib_utils": {
"title": "AzureLib Utils",
"author": "AzureDoom, Eliot Lash, Gecko, McHorse",
"icon": "icon-zombie",
"icon": "azurelib/icon.png",
"description": "Create animated blocks, items, entity, and armor using the AzureLib library and plugin. This is a fork of Geckolib and cross compatibility will not be promised in the future.",
"tags": ["Minecraft: Java Edition"],
"version": "1.0.2",
"min_version": "4.0.0",
"await_loading": true,
"variant": "both"
"variant": "both",
"creation_date": "2023-04-04"
},
"cube_inverter": {
"title": "Cube Inverter",
Expand Down
Binary file added plugins/azurelib/azureicon.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: 1 addition & 1 deletion plugins/azurelib_utils.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions src/azurelib_utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@
"blockbenchConfig": {
"title": "AzureLib Utils",
"author": "AzureDoom, Eliot Lash, Gecko, McHorse",
"icon": "icon-zombie",
"icon": "azurelib/azureicon.png",
"description": "Create animated blocks, items, entity, and armor using the AzureLib library and plugin. This is a fork of Geckolib and cross compatibility will not be promised in the future.",
"min_version": "4.0.0",
"max_version": "5.0.0",
"variant": "both"
"variant": "both",
"creation_date": "2023-04-04"
},
"sideEffects": [
"./index.js"
Expand Down

0 comments on commit 713dcc8

Please sign in to comment.