Skip to content

Commit

Permalink
Updated to 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GirafiStudios committed Sep 19, 2017
1 parent 89916ac commit f512b9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
minecraft_version=1.12.1
forge_version=14.22.0.2444
mappings_version=snapshot_20170805
mod_version=0.5.5
minecraft_version=1.12.2
forge_version=14.23.0.2486
mappings_version=snapshot_20170905
mod_version=0.5.6
2 changes: 1 addition & 1 deletion src/main/java/com/girafi/waddles/Waddles.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import static net.minecraftforge.common.BiomeDictionary.Type.*;

@Mod(modid = Reference.MOD_ID, name = Reference.MOD_NAME, version = Reference.MOD_VERSION, dependencies = Reference.DEPENDENCIES, acceptedMinecraftVersions = "[1.12,1.13)", guiFactory = Reference.GUI_FACTORY_CLASS)
@Mod(modid = Reference.MOD_ID, name = Reference.MOD_NAME, version = Reference.MOD_VERSION, dependencies = Reference.DEPENDENCIES, guiFactory = Reference.GUI_FACTORY_CLASS)
public class Waddles {
@Mod.Instance(Reference.MOD_ID)
public static Waddles instance;
Expand Down

0 comments on commit f512b9e

Please sign in to comment.