Skip to content

Commit

Permalink
Add extra bees fluid names
Browse files Browse the repository at this point in the history
  • Loading branch information
Nedelosk committed Apr 10, 2017
1 parent b84e29a commit c980cf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/binnie/extrabees/liquids/ExtraBeeLiquid.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public ResourceLocation getStill() {

@Override
public String getDisplayName() {
return ExtraBees.proxy.localise(this.toString().toLowerCase());
return ExtraBees.proxy.localise(this.toString().toLowerCase() + ".name");
}

@Override
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/assets/extratrees/lang/en_US.lang
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ extratrees.block.woodstairs.name=%1$s Stairs
extratrees.block.woodfence.name=%1$s Fence
extratrees.block.woodgate.name=%1$s Gate

extrabees.poison=Poison
extrabees.acid=Acid
extrabees.glacial=Glacial

< %1$s is the adjective for the fence type, %2$s is the name of the wood >
extratrees.block.multifence.name=%2$s %1$s Gate
< %3$s is the name of the second wood >
Expand Down

0 comments on commit c980cf6

Please sign in to comment.