Skip to content

Commit

Permalink
Ported to 1.10.X
Browse files Browse the repository at this point in the history
Still works on all 1.9.X versions too
  • Loading branch information
GirafiStudios committed Jun 30, 2016
1 parent 65b9b68 commit e044693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -14,7 +14,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'

minecraft {
version = "1.9.4-12.17.0.1962"
version = "1.10.2-12.18.0.2002-1.10.0"
mappings = "snapshot_20160518"
runDir = "run"

Expand Down
2 changes: 1 addition & 1 deletion java/squeek/speedometer/ModSpeedometer.java
Expand Up @@ -11,7 +11,7 @@
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;

@Mod(modid = ModInfo.MODID, version = ModInfo.VERSION, clientSideOnly = true, acceptedMinecraftVersions="[1.9,1.10)", guiFactory = ModInfo.GUI_FACTORY_CLASS)
@Mod(modid = ModInfo.MODID, version = ModInfo.VERSION, clientSideOnly = true, acceptedMinecraftVersions="[1.9,1.11)", guiFactory = ModInfo.GUI_FACTORY_CLASS)
public class ModSpeedometer
{
@Instance(value = ModInfo.MODID)
Expand Down

0 comments on commit e044693

Please sign in to comment.