Skip to content

Commit

Permalink
Update name
Browse files Browse the repository at this point in the history
  • Loading branch information
Edivad99 committed Feb 23, 2024
1 parent b129196 commit f9970ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.20.1 2024-02-21T21:40:05.607308 Languages: en_us
46ab3bfaaa02b9368798f7b296da301a77cae5c4 assets/railcraft/lang/en_us.json
// 1.20.1 2024-02-23T09:21:33.302578 Languages: en_us
c33ecca5f48edd440840cbfbc12cfe8b19dcd49f assets/railcraft/lang/en_us.json
2 changes: 1 addition & 1 deletion src/generated/resources/assets/railcraft/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
"entity.railcraft.track_remover": "Track Remover Cart",
"entity.railcraft.track_undercutter": "Track Undercutter Cart",
"entity.railcraft.tunnel_bore": "Tunnel Bore",
"entity.railcraft.world_spike_minecart": "Worldspike Minecart",
"entity.railcraft.world_spike_minecart": "Minecart with Worldspike",
"error.routing.railcraft.blank": "Blank Table",
"error.routing.railcraft.insufficient_operand": "Insufficient Operands",
"error.routing.railcraft.invalid_constant": "Invalid Constant",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ private void itemTranslations() {

private void entityTranslations() {
this.addEntityType(RailcraftEntityTypes.TANK_MINECART, "Minecart with Tank");
this.addEntityType(RailcraftEntityTypes.WORLD_SPIKE, "Worldspike Minecart");
this.addEntityType(RailcraftEntityTypes.WORLD_SPIKE, "Minecart with Worldspike");
this.addEntityType(RailcraftEntityTypes.CREATIVE_LOCOMOTIVE, "Creative Locomotive");
this.addEntityType(RailcraftEntityTypes.STEAM_LOCOMOTIVE, "Steam Locomotive");
this.addEntityType(RailcraftEntityTypes.ELECTRIC_LOCOMOTIVE, "Electric Locomotive");
Expand Down

0 comments on commit f9970ed

Please sign in to comment.