1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 22:53:22 +00:00

Fix path to Fabric mod icon

Forge requires the file to be in the root of the jar, hence doing it
this way round. The icon is read using ModContainer.findPath, so this
shouldn't conflict with other mods.
This commit is contained in:
Jonathan Coates 2022-11-20 17:31:14 +00:00
parent 2255d49d16
commit e2447bb0fd
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"version": "${version}",
"description": "CC: Tweaked is a fork of ComputerCraft, adding programmable computers, turtles and more to Minecraft.",
"license": "ComputerCraft Public License (https://raw.githubusercontent.com/dan200/ComputerCraft/master/LICENSE)",
"icon": "assets/computercraft/pack.png",
"icon": "pack.png",
"contact": {
"homepage": "https://tweaked.cc/",
"issues": "https://github.com/cc-tweaked/cc-tweaked/issues"

View File

@ -3,7 +3,6 @@ loaderVersion="[30,)"
issueTrackerURL="https://github.com/cc-tweaked/CC-Tweaked/issues"
displayURL="https://github.com/cc-tweaked/CC-Tweaked"
logoFile="pack.png"
credits="Created by Daniel Ratcliffe (@DanTwoHundred)"
authors="Daniel Ratcliffe, Aaron Mills, SquidDev"