-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Showing
4 changed files
with
30 additions
and
29 deletions.
There are no files selected for viewing
24 changes: 12 additions & 12 deletions
24
...dustrialforegoing/patchouli_books/industrial_foregoing/ru_ru/entries/agr_hus/essence.json
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,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 | ||
} |
31 changes: 16 additions & 15 deletions
31
.../patchouli_books/industrial_foregoing/ru_ru/entries/resource_production/fluid_placer.json
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,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 | ||
} |
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