Skip to content

Commit

Permalink
Исправил ошибки
Browse files Browse the repository at this point in the history
  • Loading branch information
RushanM committed Jan 11, 2025
1 parent 949eb96 commit 84b07a7
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 29 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "Эссенция (ведро)",
"icon": "industrialforegoing:essence_bucket",
"category": "industrialforegoing:agriculture_husbandry",
"sortnum": 7,
"read_by_default": true,
"pages": [
{
"type": "text",
"text": "Жидкая форма опыта, производимая $(l:agr_hus/mob_crusher) "Дробилка мобов" $()."
}
]
}
"category": "industrialforegoing:agriculture_husbandry",
"icon": "industrialforegoing:essence_bucket",
"name": "Эссенция (ведро)",
"pages": [
{
"text": "Жидкая форма опыта, производимая $(l:agr_hus/mob_crusher) «Дробилка мобов» $().",
"type": "text"
}
],
"read_by_default": true,
"sortnum": 7
}
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "Жидкостный разместитель",
"icon": "industrialforegoing:fluid_placer",
"category": "industrialforegoing:resource_production",
"sortnum": 4,
"read_by_default": true,
"pages": [
{
"type": "text",
"text": "Он размещает жидкости.$(br2)Он разместит жидкость из внутреннего контейнера и использует $(6)1000$() RF."
{
"type": "crafting",
"recipe": "industrialforegoing:fluid_placer"
}
]
}
"category": "industrialforegoing:resource_production",
"icon": "industrialforegoing:fluid_placer",
"name": "Жидкостный разместитель",
"pages": [
{
"text": "Он размещает жидкости.$(br2)Он разместит жидкость из внутреннего контейнера и использует $(6)1000$() RF.",
"type": "text"
},
{
"recipe": "industrialforegoing:fluid_placer",
"type": "crafting"
}
],
"read_by_default": true,
"sortnum": 4
}
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"text": ", поэтому стоит выбрать что-то, что устранит слабые стороны материала, или усилит его сильные стороны.\n\nКонфликтующие аффинитеты внутри конструкции не имеют значения.\n\nКаждое очко аффинитета также даёт конструкции ограниченный иммунитет к типам урона, связанным с этим аффинитетом, позволяя ей поглощать 1—2 сердца урона за каждое очко при атаке."
}
],
"type": "text",
"type": "text"
},
{
"json": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"waterframes.remote.distance.failed": "Вы далеко",
"waterframes.remote.unbound.success": "Пульт успешно отвязан",
"waterframes.status": "Состояние: %s",
"waterframes.status.loading": "Загрузка",
"waterframes.status.loading": "Загрузка"
}

0 comments on commit 84b07a7

Please sign in to comment.