Skip to content

Commit 9dc2a20

Browse files
committed
Fixed metainfo
1 parent 1cb769f commit 9dc2a20

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

fabric/src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"id": "extra_shells",
44
"version": "${version}",
55
"name": "extra_shells",
6-
"description": "",
7-
"authors": [],
6+
"description": "Adds more Shells to the mod Tardis Refined!",
7+
"authors": ["Jeryn99"],
88
"contact": {},
99
"license": "All Rights Reserved",
1010
"icon": "icon.png",

forge/src/main/resources/META-INF/mods.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ loaderVersion = "[1,)" #mandatory This is typically bumped every Minecraft versi
1111
# Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here.
1212
license = "All Rights Reserved"
1313
# A URL to refer people to when problems occur with this mod
14-
issueTrackerURL = "https://Craig/untitled1/issues"
14+
issueTrackerURL = "https://github.com/Jeryn99/ExtraShells"
1515
# A list of mods - how many allowed here is determined by the individual mod loader
1616
[[mods]] #mandatory
1717
# The modid of the mod
@@ -42,7 +42,7 @@ logoFile = "icon.png" #optional
4242

4343
# The description text for the mod (multi line!) (#mandatory)
4444
description = '''
45-
45+
Adds more Shells to the mod Tardis Refined!
4646
'''
4747
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
4848
[[dependencies.extra_shells]] #optional

0 commit comments

Comments
 (0)