Skip to content

Commit

Permalink
Add a logo. Close #104
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlll08 committed Jul 19, 2022
1 parent 8350f5b commit 471f47b
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 29 deletions.
Binary file added Fabric/src/main/resources/assets/clumps/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 32 additions & 29 deletions Fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,34 @@
{
"schemaVersion": 1,
"id": "clumps",
"version": "${version}",
"name": "Clumps",
"description": "Clumps xp orbs together.",
"authors": [
"Jaredlll08"
],
"contact": {
"homepage": "https://www.curseforge.com/minecraft/mc-mods/clumps",
"sources": "https://github.com/jaredlll08/clumps",
"issues": "https://github.com/jaredlll08/Clumps/issues"
},
"license": "MIT",
"environment": "*",
"entrypoints": {
"main": [
"com.blamejared.clumps.Clumps"
]
},
"depends": {
"fabricloader": ">=0.13",
"minecraft": "1.18.x"
},
"custom": {},
"mixins": [{
"config": "clumps.mixins.json",
"environment": "*"
}]
"schemaVersion": 1,
"id": "clumps",
"version": "${version}",
"name": "Clumps",
"description": "Clumps xp orbs together.",
"icon": "assets/clumps/icon.png",
"authors": [
"Jaredlll08"
],
"contact": {
"homepage": "https://www.curseforge.com/minecraft/mc-mods/clumps",
"sources": "https://github.com/jaredlll08/clumps",
"issues": "https://github.com/jaredlll08/Clumps/issues"
},
"license": "MIT",
"environment": "*",
"entrypoints": {
"main": [
"com.blamejared.clumps.Clumps"
]
},
"depends": {
"fabricloader": ">=0.13",
"minecraft": "1.18.x"
},
"custom": {},
"mixins": [
{
"config": "clumps.mixins.json",
"environment": "*"
}
]
}
1 change: 1 addition & 0 deletions Forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ displayURL="https://www.curseforge.com/minecraft/mc-mods/clumps"
updateJSONURL="https://updates.blamejared.com/get?n=clumps&gv=1.18.2"
credits=""
authors="Jaredlll08"
logoFile="icon.png"
description='''
Clumps xp orbs together.
'''
Expand Down
Binary file added Forge/src/main/resources/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 471f47b

Please sign in to comment.