Update README.md to clarify the creation of the versions directory and adjust step numbering for improved installation instructions.
This commit is contained in:
@@ -6,12 +6,13 @@
|
||||
2. Запустите TLauncher и завершите установку.
|
||||
3. Установите Java 21.
|
||||
4. Откройте папку `%AppData%\Roaming\.minecraft\versions`.
|
||||
5. В этой папке выполните команду:
|
||||
5. Если папки `%AppData%\Roaming\.minecraft\versions` нет, запустите TLauncher один раз (папка создастся автоматически) или создайте ее вручную.
|
||||
6. В этой папке выполните команду:
|
||||
|
||||
```bash
|
||||
git clone https://gitea.hsrv.site/mrleo1nid/PupaMLupa
|
||||
```
|
||||
|
||||
6. Откройте TLauncher, введите свой ник.
|
||||
7. Выберите сборку `PupaMLupa`.
|
||||
8. Запустите игру.
|
||||
7. Откройте TLauncher, введите свой ник.
|
||||
8. Выберите сборку `PupaMLupa`.
|
||||
9. Запустите игру.
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"enabled": {
|
||||
"//": "Determines if the mod and its features are enabled.",
|
||||
"//default": true,
|
||||
"value": true
|
||||
},
|
||||
"only_on_books": {
|
||||
"//": [
|
||||
"When enabled, descriptions will only be displayed when looking at an enchanted ",
|
||||
"book. "
|
||||
],
|
||||
"//default": false,
|
||||
"value": false
|
||||
},
|
||||
"only_in_enchanting_table": {
|
||||
"//": [
|
||||
"When enabled, descriptions will only be displayed when inside the enchanting ",
|
||||
"table GUI. "
|
||||
],
|
||||
"//default": false,
|
||||
"value": false
|
||||
},
|
||||
"require_keybind": {
|
||||
"//": [
|
||||
"When enabled, descriptions will only be displayed when the user holds the shift ",
|
||||
"key. "
|
||||
],
|
||||
"//default": false,
|
||||
"value": false
|
||||
},
|
||||
"activate_text": {
|
||||
"//": [
|
||||
"This text will be displayed when the require_keybind option is enabled and the ",
|
||||
"user has not held the keybind. "
|
||||
],
|
||||
"//default": {
|
||||
"translate": "enchdesc.activate.message",
|
||||
"color": "dark_gray"
|
||||
},
|
||||
"value": {
|
||||
"translate": "enchdesc.activate.message",
|
||||
"color": "dark_gray"
|
||||
}
|
||||
},
|
||||
"prefix": {
|
||||
"//": [
|
||||
"Text that will be added to the start of each description. This can be used to ",
|
||||
"add indents and other decorators. "
|
||||
],
|
||||
"//default": "",
|
||||
"value": ""
|
||||
},
|
||||
"suffix": {
|
||||
"//": "Text that will be added to the end of each description.",
|
||||
"//default": "",
|
||||
"value": ""
|
||||
},
|
||||
"style": {
|
||||
"//": [
|
||||
"The style of the description text. This controls the color, format, font, and ",
|
||||
"other visual properties of the description. "
|
||||
],
|
||||
"//default": {
|
||||
"color": "dark_gray"
|
||||
},
|
||||
"value": {
|
||||
"color": "dark_gray"
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"commands.neotpa.tpa.sent.0": "Вы отправили запрос на телепортацию к %s!",
|
||||
"commands.neotpa.tpa.sent.1": "Введите %s, чтобы отменить.",
|
||||
"commands.neotpa.tpa.received.0": "%s запросил телепортацию к вам!",
|
||||
"commands.neotpa.tpa.received.1": "Введите %s, чтобы принять, или %s, чтобы отклонить.",
|
||||
"commands.neotpa.tpa.already_sent": "Вы уже отправили запрос на телепортацию к %s!",
|
||||
"commands.neotpa.tpahere.sent.0": "Вы запросили телепортацию %s к вам!",
|
||||
"commands.neotpa.tpahere.sent.1": "Введите %s, чтобы отменить.",
|
||||
"commands.neotpa.tpahere.received.0": "%s запросил вашу телепортацию к нему!",
|
||||
"commands.neotpa.tpahere.received.1": "Введите %s, чтобы принять, или %s, чтобы отклонить.",
|
||||
"commands.neotpa.tpahere.already_sent": "Вы уже запросили телепортацию %s к вам!",
|
||||
"commands.neotpa.tpaccept.success_from": "%s принял ваш запрос на телепортацию!",
|
||||
"commands.neotpa.tpaccept.success_to": "Вы приняли запрос на телепортацию от %s!",
|
||||
"commands.neotpa.tpaccept.failure_dimension": "Не удалось принять запрос, потому что %s находится не в том же измерении, что и вы!",
|
||||
"commands.neotpa.tpaccept.failure_no_tpa": "У вас нет входящих запросов на телепортацию!",
|
||||
"commands.neotpa.tpaccept.failure_no_tpa_from_player": "У вас нет входящих запросов на телепортацию от %s!",
|
||||
"commands.neotpa.tpdeny.success_from": "%s отклонил ваш запрос на телепортацию!",
|
||||
"commands.neotpa.tpdeny.success_to": "Вы отклонили запрос на телепортацию от %s!",
|
||||
"commands.neotpa.tpdeny.failure_no_tpa": "У вас нет входящих запросов на телепортацию!",
|
||||
"commands.neotpa.tpdeny.failure_no_tpa_from_player": "У вас нет входящих запросов на телепортацию от %s!",
|
||||
"commands.neotpa.tpcancel.success_from": "Вы отменили свой запрос на телепортацию к %s!",
|
||||
"commands.neotpa.tpcancel.success_to": "%s отменил(а) свой запрос на телепортацию к вам!",
|
||||
"commands.neotpa.tpcancel.failure_no_tpa": "У вас нет исходящих запросов на телепортацию!",
|
||||
"commands.neotpa.tpcancel.failure_no_tpa_from_player": "У вас нет исходящих запросов на телепортацию к %s!"
|
||||
}
|
||||
Reference in New Issue
Block a user