Skip to content

Commit

Permalink
Allow mod to load on 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tterrag1098 committed Jun 11, 2017
1 parent 800bb28 commit 6d2a105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/tterrag/blur/Blur.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import net.minecraftforge.fml.common.gameevent.TickEvent.RenderTickEvent;
import net.minecraftforge.fml.relauncher.ReflectionHelper;

@Mod(modid = MODID, name = MOD_NAME, version = VERSION, acceptedMinecraftVersions = "[1.9, 1.12)", clientSideOnly = true, guiFactory = "com.tterrag.blur.config.BlurGuiFactory")
@Mod(modid = MODID, name = MOD_NAME, version = VERSION, acceptedMinecraftVersions = "[1.9, 1.12.1)", clientSideOnly = true, guiFactory = "com.tterrag.blur.config.BlurGuiFactory")
public class Blur {

public static final String MODID = "blur";
Expand Down

0 comments on commit 6d2a105

Please sign in to comment.