Skip to content

Commit

Permalink
Fix spawn reasons in lang files (#3982)
Browse files Browse the repository at this point in the history
  • Loading branch information
bilektugrul authored May 10, 2021
1 parent 596ed76 commit c9cadf6
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
39 changes: 38 additions & 1 deletion src/main/resources/lang/german.lang
Original file line number Diff line number Diff line change
Expand Up @@ -1185,9 +1185,46 @@ types:
# Hooks
money: Geld @n
region: Region¦en @f

# -- Spawn Reasons --
spawn reasons:
bed: bed
beehive: beehive
breeding: breed, breeding
build_irongolem: built iron golem, build iron golem
build_snowman: built snowman, build snowman
build_wither: built wither, build wither
chunk_gen: chunk generation
cured: cured
custom: customized, customised, custom
default: default
dispense_egg: dispense egg, dispensing egg
drowned: drowned
egg: egg
ender_pearl: ender pearl
explosion: explosion
infection: infection, infected
jockey: jockey
lightning: lightning
mount: mount
natural: natural
nether_portal: nether portal
ocelot_baby: ocelot baby
patrol: patrol
raid: raid
reinforcements: reinforcements
shoulder_entity: perching, shoulder
silverfish_block: silverfish reveal, silverfish trap
slime_split: slime split
spawner: mob spawner, creature spawner, spawner
spawner_egg: spawn egg
trap: trap
village_defense: village defense, golem defense, iron golem defense
village_invasion: village invasion, village invading
sheared: shear, sheared
piglin_zombified: piglin zombification

# -- IO Exceptions --
io exceptions:
unknownhostexception: Kann keine Verbindung zu %s aufbauen
accessdeniedexception: Zugriff verweigert: %s

2 changes: 1 addition & 1 deletion src/main/resources/lang/korean.lang
Original file line number Diff line number Diff line change
Expand Up @@ -1767,7 +1767,7 @@ spawn reasons:
village_defense: village defense, golem defense, iron golem defense
village_invasion: village invasion, village invading
sheared: shear, sheared
piglin_zombified: piglin zombified, piglin zombify, piglin zombifying
piglin_zombified: piglin zombification

# -- Difficulties --
difficulties:
Expand Down

0 comments on commit c9cadf6

Please sign in to comment.