Skip to content

Commit

Permalink
Update intro.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HollowHorizon authored Oct 20, 2024
1 parent 97a9f79 commit 9de8248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/hollowcore/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ description: Хотите писать моды, но не хотите рути
Добавьте в ваш проект репозиторий **0mods.team**:
```kotlin
repositories {
maven("https://maven.0mods.team/")
maven("https://jitpack.io")
}
```

Expand All @@ -51,4 +51,4 @@ dependencies {
```

Вместо `forge` вы можете указать любой из загрузчиков. (`fabric`, `neoforge`)
А в качестве версии поддерживается `1.19.2`, `1.20.1` и `1.21`.
А в качестве версии поддерживается `1.19.2`, `1.20.1` и `1.21`.

0 comments on commit 9de8248

Please sign in to comment.