Skip to content

Commit

Permalink
Would help I pushed the correct class.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbegt committed Jul 7, 2017
1 parent df2fa7f commit d2bc623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/progwml6/natura/Natura.java
Expand Up @@ -25,7 +25,7 @@
import net.minecraftforge.fml.common.network.NetworkRegistry;
import slimeknights.mantle.pulsar.control.PulseManager;

@Mod(modid = Natura.modID, name = Natura.modName, version = Natura.modVersion, dependencies = "required-after:forge@[14.21.1.2387,);required-after:mantle@[1.12-1.2.0,);", acceptedMinecraftVersions = "[1.12, 1.13)")
@Mod(modid = Natura.modID, name = Natura.modName, version = Natura.modVersion, dependencies = "required-after:forge@[14.21.1.2387,);required-after:mantle@[1.12-1.3.0,);", acceptedMinecraftVersions = "[1.12, 1.13)")
public class Natura
{
public static final String modID = Util.MODID;
Expand Down

0 comments on commit d2bc623

Please sign in to comment.