Skip to content

Commit

Permalink
Correct name application for Nightmare (#62)
Browse files Browse the repository at this point in the history
* update dependencies

* fix name
  • Loading branch information
bombcar authored Dec 20, 2023
1 parent 382234c commit 7a22b94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies {

api('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev')

compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.106:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.03:dev') {transitive = false}
}
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public String getCommandSenderName() {
if (this.hasCustomNameTag()) {
return this.getCustomNameTag();
}
return StatCollector.translateToLocal("entity.ThaumicHorizons.Nightmare.name");
return StatCollector.translateToLocal("entity.ThaumicHorizons.NightmareTH.name");
}

public void onUpdate() {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/thaumichorizons/lang/ru_RU.lang
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ entity.ThaumicHorizons.OrePig.name=Рудный кабан
entity.ThaumicHorizons.TaintEaterPig.name=Порчеед
entity.ThaumicHorizons.Thunderhorse.name=Громоконь
entity.ThaumicHorizons.Endersteed.name=Эндер-скакун
entity.ThaumicHorizons.Nightmare.name=Кошмар
entity.ThaumicHorizons.NightmareTH.name=Кошмар
entity.ThaumicHorizons.HorseZombie.name=Лошадь-зомби
entity.ThaumicHorizons.HorseSkeleton.name=Лошадь-скелет
entity.ThaumicHorizons.Seawolf.name=Морской волк
Expand Down

0 comments on commit 7a22b94

Please sign in to comment.