Skip to content

Commit

Permalink
Add notes about dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pkmnfrk committed Feb 19, 2019
1 parent b3671c8 commit 1176714
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,10 @@ Join our Discord!

[![Discord](https://img.shields.io/discord/501821606062981121.svg?style=plastic&logo=discord)](https://discord.gg/S254Nuh)

## Dependencies
* [ProjectE](https://github.com/sinkillerj/ProjectE) ([Forge](https://minecraft.curseforge.com/projects/projecte)): Required
* [Mike's Mods Lib](https://github.com/pkmnfrk/mikesmodslib) ([Forge](https://minecraft.curseforge.com/projects/mikes-mods-library)): Required

## Issues

Please report issues to this repository's issue tracks: https://github.com/pkmnfrk/equivalentintegrations/issues
Expand Down
Expand Up @@ -24,7 +24,8 @@
name = EquivalentIntegrationsMod.name,
version = EquivalentIntegrationsMod.version,
acceptedMinecraftVersions = "[1.12.2]",
dependencies = "required-after:projecte@[1.12-PE1.3.1,)"
dependencies = "required-after:projecte@[1.12-PE1.3.1,)" +
";required-after:mikesmodslib@[1.0.1,)"
)
@Mod.EventBusSubscriber
public class EquivalentIntegrationsMod {
Expand Down

0 comments on commit 1176714

Please sign in to comment.