Skip to content

Commit

Permalink
1.0 First Version
Browse files Browse the repository at this point in the history
  • Loading branch information
KAMKEEL committed Aug 13, 2022
1 parent 87e354d commit aab4cba
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 @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "1.7.10c"
version = "1.0"
group= "com.yourname.modid" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "MorePlayerModels-Plus"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/noppes/mpm/MorePlayerModels.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import cpw.mods.fml.common.network.FMLEventChannel;
import cpw.mods.fml.common.network.NetworkRegistry;

@Mod(modid = "moreplayermodels", name = "MorePlayerModels", version = "1.7.10b")
@Mod(modid = "moreplayermodels", name = "MorePlayerModels", version = "1.0")
public class MorePlayerModels {
@ConfigProp
public static int Tooltips = 2;
Expand Down

0 comments on commit aab4cba

Please sign in to comment.