Skip to content

Commit

Permalink
Update requeres.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgorithmLX authored Nov 26, 2023
1 parent fafa74c commit c4096d8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/hollowengine-new/Begin/requeres.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ sidebar_position: 0
# Mod Dependencies

:::caution The mod `Hollow Engine` requires the following mods to function:
```memraid
graph TD;
HollowEngine --> HollowCore;
HollowEngine --> FTBTeams;
FTBTeams --> FTBLibrary;
FTBTeams --> Architectury;
FTBLibrary --> Architectury;
HollowEngine --> KotlinForForge;
HollowCore --> KotlinForForge;
```mermaid
graph TD;
HollowEngine-->HollowCore;
HollowEngine-->FTBTeams;
FTBTeams-->FTBLibrary;
FTBTeams-->Architectury;
FTBLibrary-->Architectury;
HollowEngine-->KotlinForForge;
HollowCore-->KotlinForForge;
```
ℹ️ FTBTeams is Optional library! Install, if you want to make a story ℹ️

Expand Down

0 comments on commit c4096d8

Please sign in to comment.