Skip to content

Commit

Permalink
Fix the modid
Browse files Browse the repository at this point in the history
  • Loading branch information
mccreery committed Jan 16, 2019
1 parent baacec4 commit b031828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ minecraft {

processResources {
// this will ensure that this task is redone when the versions change.
inputs.property 'version', project.version
inputs.property 'modVersion', project.version
inputs.property 'mcVersion', project.minecraft.version

// replace stuff in mcmod.info, nothing else
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[{
"modid": "hud",
"modid": "betterhud",
"name": "Better HUD",
"description": "Better HUD adds 28 new elements to the ingame HUD. New elements can be customized in many different ways, moved around and enabled/disabled as you choose. New elements include a sign reader, player/mob info, raindrops and blood effects, armor and held item info, clock and many more.",
"version": "${modVersion}",
Expand Down

0 comments on commit b031828

Please sign in to comment.