Skip to content

Commit

Permalink
Add in the needed variables
Browse files Browse the repository at this point in the history
It was copied from static files, and I forgot about the variables that the data file uses in code.
  • Loading branch information
ColonelGerdauf authored Mar 11, 2024
1 parent 76da41b commit 6f74f77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"modListVersion": 2,
"modList": [{
"modid": "custommainmenu",
"name": "Custom Main Menu",
"modid": ${modId},
"name": "${modName}",
"description": "Allows you to edit the mainmenu using json",
"version": "1.11.1",
"mcversion": "1.7.10",
"version": "${modVersion}",
"mcversion": "${minecraftVersion}",
"url": "",
"updateUrl": "",
"authorList": ["lumien"],
Expand Down

0 comments on commit 6f74f77

Please sign in to comment.