Skip to content

Commit

Permalink
add mcversion to allow running on 1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Nov 21, 2015
1 parent 0a90fc4 commit a841925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/progwml6/natura/common/Natura.java
Expand Up @@ -17,7 +17,7 @@
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
import slimeknights.mantle.pulsar.control.PulseManager;

@Mod(name = "Natura", modid = Natura.MOD_ID, version = "3.0.0", dependencies = "required-after:mantle@[0.3.1,)")
@Mod(name = "Natura", modid = Natura.MOD_ID, version = "3.0.0", dependencies = "required-after:mantle@[0.3.1,)", mcversion="[1.8,1.8.8]")
public class Natura
{
public static final String MOD_ID = "natura";
Expand Down

0 comments on commit a841925

Please sign in to comment.