@@ -15,29 +15,29 @@ license="MIT"
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
18- modId =" ultrautilities " # mandatory
18+ modId =" processed " # mandatory
1919# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
2020# ${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata
2121# see the associated build.gradle script for how to populate this completely automatically during a build
2222version =" 0.0.1" # mandatory
2323 # A display name for the mod
24- displayName =" UltraUtilities " # mandatory
24+ displayName =" Processed " # mandatory
2525# A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/
2626# updateJSONURL="https://change.me.example.invalid/updates.json" #optional
2727# A URL for the "homepage" for this mod, displayed in the mod UI
2828# displayURL="https://change.me.to.your.mods.homepage.example.invalid/" #optional
2929# A file name (in the root of the mod JAR) containing a logo for display
30- logoFile =" examplemod .png" # optional
30+ logoFile =" logo .png" # optional
3131# A text field displayed in the mod UI
3232# credits="" #optional
3333# A text field displayed in the mod UI
3434authors =" RedCrafter07" # optional
3535# The description text for the mod (multi line!) (#mandatory)
3636description ='''
37- UltraUtilities is a mod which ads multiple utilities to the game.
37+ Processed is a mod which ads multiple utilities to the game.
3838'''
3939# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
40- [[dependencies .ultrautilities ]] # optional
40+ [[dependencies .processed ]] # optional
4141 # the modid of the dependency
4242 modId =" forge" # mandatory
4343 # Does this dependency have to exist - if not, ordering below must be specified
@@ -49,7 +49,7 @@ UltraUtilities is a mod which ads multiple utilities to the game.
4949 # Side this dependency is applied on - BOTH, CLIENT or SERVER
5050 side =" BOTH"
5151# Here's another dependency
52- [[dependencies .ultrautilities ]]
52+ [[dependencies .processed ]]
5353 modId =" minecraft"
5454 mandatory =true
5555# This version range declares a minimum of the current minecraft version up to but not including the next major version
0 commit comments