-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Серьёзно, обновлений тут столько, что я заколебусь писать!
- Loading branch information
1 parent
be14b97
commit fdcb9d3
Showing
11 changed files
with
306 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,5 @@ run | |
|
||
# Files from Forge MDK | ||
forge*changelog.txt | ||
|
||
libs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Copyright (c) 2024 Fork Genesis | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
# Minecraft Client Bot | ||
Мод на Forge 1.20.1 | ||
|
||
## Пример сервера | ||
Имплементация многопоточного сервера на Python для работы с этим модом приведена в [этом файле](server.py) | ||
# Fork's Minecraft Botting Framework | ||
Мод на Minecraft для версии 1.20.1, на движке Forge версии 47.3.0 и выше | ||
|
||
## Самостоятельная сборка мода | ||
1. Установите Git и JDK 17. Убедитесь, что `git` и `java` выдают желаемый результат. | ||
2. Откройте в терминале папку, где желаете создать папку проекта, и введите | ||
```bash | ||
git clone https://github.com/VasyaProgrammist/Minecraft-Client-Bot.git | ||
``` | ||
3. Перейдите в эту папку в терминале и введите `./gradlew build` (на Linux) или `gradlew.bat build` (на Windows). В папке `build/libs` лежит собранный мод. | ||
1. Установите [Git](https://git-scm.com/downloads) и [JDK 17](https://adoptium.net/temurin/releases/?version=17&package=jdk) | ||
2. Откройте терминал и убедитесь, что команды `git` и `java` не выдают ошибку | ||
2. Откройте в терминале папку, где желаете создать папку проекта, и введите `git clone https://github.com/vpgel/fmbf.git -b forge-1.20.1` | ||
3. Перейдите в эту папку в терминале | ||
4. Введите `./gradlew build` (на Linux) или `gradlew build` (на Windows). В папке `build/libs` лежит собранный мод - тот, чьё имя кончается на `-all`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Поддержка API Barione |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.