Merge branch 'main' into headless-mode
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"texture": "leaves",
|
||||
"material": "base:grass",
|
||||
"draw-group": 5,
|
||||
"culling": "optional",
|
||||
"base:durability": 0.7
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 896 B |
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
@@ -41,4 +41,5 @@ function on_open()
|
||||
create_setting("graphics.fog-curve", "Fog Curve", 0.1)
|
||||
create_setting("graphics.gamma", "Gamma", 0.05, "", "graphics.gamma.tooltip")
|
||||
create_checkbox("graphics.backlight", "Backlight", "graphics.backlight.tooltip")
|
||||
create_checkbox("graphics.dense-render", "Dense blocks render", "graphics.dense-render.tooltip")
|
||||
end
|
||||
|
||||
@@ -16,6 +16,7 @@ devtools.traceback=Traceback (most recent call first)
|
||||
# Tooltips
|
||||
graphics.gamma.tooltip=Lighting brightness curve
|
||||
graphics.backlight.tooltip=Backlight to prevent total darkness
|
||||
graphics.dense-render.tooltip=Enables transparency in blocks like leaves
|
||||
|
||||
# settings
|
||||
settings.Controls Search Mode=Search by attached button name
|
||||
|
||||
@@ -28,6 +28,7 @@ pack.remove-confirm=Удалить весь поставляемый паком/
|
||||
# Подсказки
|
||||
graphics.gamma.tooltip=Кривая яркости освещения
|
||||
graphics.backlight.tooltip=Подсветка, предотвращающая полную темноту
|
||||
graphics.dense-render.tooltip=Включает прозрачность блоков, таких как листья.
|
||||
|
||||
# Меню
|
||||
menu.Apply=Применить
|
||||
@@ -67,6 +68,7 @@ world.delete-confirm=Удалить мир безвозвратно?
|
||||
# Настройки
|
||||
settings.Ambient=Фон
|
||||
settings.Backlight=Подсветка
|
||||
settings.Dense blocks render=Плотный рендер блоков
|
||||
settings.Camera Shaking=Тряска Камеры
|
||||
settings.Camera Inertia=Инерция Камеры
|
||||
settings.Camera FOV Effects=Эффекты поля зрения
|
||||
|
||||
Reference in New Issue
Block a user