Fix a few minor typos
This commit is contained in:
parent
07ecb11086
commit
d2a1608e6e
@ -27,7 +27,7 @@ Bugfixes:
|
|||||||
- Fix crash in `player_skins` mod
|
- Fix crash in `player_skins` mod
|
||||||
- Fix invalid water bucket stacks sometimes appearing in village chests
|
- Fix invalid water bucket stacks sometimes appearing in village chests
|
||||||
- Fix furnace/chest facing the wrong way in forge house
|
- Fix furnace/chest facing the wrong way in forge house
|
||||||
- Fix overlaping dirt path slab
|
- Fix overlapping dirt path slab
|
||||||
- Fix broken achievements: place seeds, place lumien crystals, kill mobs
|
- Fix broken achievements: place seeds, place lumien crystals, kill mobs
|
||||||
- Fix mobs never dropping anything
|
- Fix mobs never dropping anything
|
||||||
- Fix inventory menu not updating when changing skin via chat command
|
- Fix inventory menu not updating when changing skin via chat command
|
||||||
@ -77,7 +77,7 @@ Features:
|
|||||||
- Shift-click in inventories moves items fast
|
- Shift-click in inventories moves items fast
|
||||||
- Map item enables minimap when carried, the old unfinished map window is gone
|
- Map item enables minimap when carried, the old unfinished map window is gone
|
||||||
- Show wielded item above hotbar
|
- Show wielded item above hotbar
|
||||||
- Villagers now talk when rightclicked
|
- Villagers now talk when right-clicked
|
||||||
- Villagers refuse to trade when on low health or hostile
|
- Villagers refuse to trade when on low health or hostile
|
||||||
- More slabs/stairs: bronze, wrought iron, carbon steel
|
- More slabs/stairs: bronze, wrought iron, carbon steel
|
||||||
- Add German translation
|
- Add German translation
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
# textdomain: weather
|
# textdomain: weather
|
||||||
Can change the weather using the /weather command=
|
Can change the weather using the /weather command=
|
||||||
storm | snowstorm | clear=
|
|
||||||
Change the weather=
|
Change the weather=
|
||||||
Incorrect weather. Valid weathers are “storm”, “snowstorm” and “clear”.=
|
Incorrect weather. Valid weathers are “storm”, “snowstorm” and “clear”.=
|
||||||
Weather changed.=
|
Weather changed.=
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
# textdomain: weather
|
# textdomain: weather
|
||||||
Can change the weather using the /weather command=Kann das Wetter mit dem „/weather“-Befehl ändern
|
Can change the weather using the /weather command=Kann das Wetter mit dem „/weather“-Befehl ändern
|
||||||
storm | snowstorm | clear=storm | snowstorm | clear
|
|
||||||
Change the weather=Das Wetter ändern
|
Change the weather=Das Wetter ändern
|
||||||
Incorrect weather. Valid weathers are “storm”, “snowstorm” and “clear”.=Ungültiges Wetter. Gültige Wetter sind „storm“ (Sturm), „sandstorm“ (Sandsturm) und „clear“ (klar)
|
Incorrect weather. Valid weathers are “storm”, “snowstorm” and “clear”.=Ungültiges Wetter. Gültige Wetter sind „storm“ (Sturm), „sandstorm“ (Sandsturm) und „clear“ (klar)
|
||||||
Weather changed.=Wetter geändert.
|
Weather changed.=Wetter geändert.
|
||||||
|
@ -60,7 +60,7 @@ mobs_safe_spawn (Safe spawn from mobs) bool true
|
|||||||
#
|
#
|
||||||
# Additionally, this radius also specifies the radius around
|
# Additionally, this radius also specifies the radius around
|
||||||
# spawn in which villages don't generate.
|
# spawn in which villages don't generate.
|
||||||
static_spawn_radius (Spawnpoint safety radius) int 256 0
|
static_spawn_radius (Spawn point safety radius) int 256 0
|
||||||
|
|
||||||
[Graphics and audio]
|
[Graphics and audio]
|
||||||
# This will add an graphical effect that slightly darkens the edges of the screen.
|
# This will add an graphical effect that slightly darkens the edges of the screen.
|
||||||
|
Loading…
Reference in New Issue
Block a user