mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-28 01:44:48 +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:
parent
2255d49d16
commit
e2447bb0fd
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user