Removed the need for template files. Replaced logo file with png as jpg seems to not work with NeoForge.
This commit is contained in:
@ -1,24 +1,24 @@
|
||||
modLoader = "javafml"
|
||||
loaderVersion = "${loader_version_range}"
|
||||
license = "${mod_license}"
|
||||
issueTrackerURL="https://gitea.micle.dev/minecraft-mods/totem_of_reviving/issues"
|
||||
issueTrackerURL = "https://gitea.micle.dev/minecraft-mods/totem_of_reviving/issues"
|
||||
|
||||
[[mods]]
|
||||
modId = "${mod_id}"
|
||||
version = "${mod_version}"
|
||||
displayName = "${mod_name}"
|
||||
#updateJSONURL="http://myurl.me/"
|
||||
#displayURL="http://example.com/"
|
||||
logoFile= "logo.jpg"
|
||||
#credits=""
|
||||
authors="${mod_authors}"
|
||||
#updateJSONURL = "http://myurl.me/"
|
||||
#displayURL = "http://example.com/"
|
||||
logoFile = "logo.png"
|
||||
#credits = ""
|
||||
authors = "${mod_authors}"
|
||||
description = '''${mod_description}'''
|
||||
|
||||
#[[mixins]]
|
||||
#config="${mod_id}.mixins.json"
|
||||
#config = "${mod_id}.mixins.json"
|
||||
|
||||
#[[accessTransformers]]
|
||||
#file="META-INF/accesstransformer.cfg"
|
||||
#file = "META-INF/accesstransformer.cfg"
|
||||
|
||||
[[dependencies."${mod_id}"]]
|
||||
modId = "neoforge"
|
||||
@ -41,4 +41,4 @@ description = '''${mod_description}'''
|
||||
# that your mod requires GL version 3.2 or higher. Other features will be added. They are side aware so declaring this won't
|
||||
# stop your mod loading on the server for example.
|
||||
#[features.${mod_id}]
|
||||
#openGLVersion="[3.2,)"
|
||||
#openGLVersion = "[3.2,)"
|
||||
BIN
src/main/resources/logo.jpg
(Stored with Git LFS)
BIN
src/main/resources/logo.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
src/main/resources/logo.png
(Stored with Git LFS)
Normal file
BIN
src/main/resources/logo.png
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user