新建2022-08-07
  • Add "sticky swim" mode, which makes the swimming third-person toggle not toggle back until you stick your head out of the water.

  • Remove dependency on weird config library i made. Clean up the config file as a result.

  • Wow its on forge now.

  • Wow its on 1.19 now.

你已经到达了世界的尽头..
新建2022-08-07

Backport!

  • Doesn't include the features about the swimming animation or the elytra because they um, don't exist.

  • Also backports pressing shift to leave your vehicle. (off by default)

  • Also fixes the rotated hand glitch when you look at someone riding a vehicle. (on by default)

你已经到达了世界的尽头..
新建2022-08-07
  • Add "sticky swim" mode, which makes the swimming third-person toggle not toggle back until you stick your head out of the water.

  • Remove dependency on weird config library i made. Clean up the config file as a result.

  • Wow its on 1.19 now.

你已经到达了世界的尽头..
新建2022-08-07
  • Add "sticky swim" mode, which makes the swimming third-person toggle not toggle back until you stick your head out of the water.

  • Remove dependency on weird config library i made. Clean up the config file as a result.

  • Wow its on forge now.

你已经到达了世界的尽头..
新建2022-08-07
  • Add "sticky swim" mode, which makes the swimming third-person toggle not toggle back until you stick your head out of the water.

  • Remove dependency on weird config library i made. Clean up the config file as a result.

你已经到达了世界的尽头..
新建2021-12-01

First for 1.18

你已经到达了世界的尽头..
新建2021-11-30

Remapped to Mojang mappings. This is a technical change that shouldn't cause any issues in-game.

Marked for 1.17.1 as well

你已经到达了世界的尽头..
新建2021-06-08

Port to 1.17.

  • ModMenu / ClothConfig integration removed for now. It'll be back.

  • New client command, `/auto_third_person reload`, can be used to reload the config file from disk.

你已经到达了世界的尽头..
新建2021-01-16

Now you can make the camera go into third-person when swimming. Disabled by default.

现在,您可以在游泳时自动进入第三人称视角。默认情况下禁用。

你已经到达了世界的尽头..
新建2021-01-12

first version for Fabric.

Fabric 的第一个版本。

你已经到达了世界的尽头..
新建2019-10-08

add mod compat with Wings (finally... sorry).

2018-10-25

Please backup and delete your configuration file if you are upgrading from an older version! I moved a bunch of stuff around in there, and unfortunately that creating a bunch of "dead" config elements, is a little limitation of the Forge annotation config system.

 

Anyway, here's what's inside version 1.2.0:

 

+ Narrowed the "Animals" check, from EntityLivings to just EntityAnimals. This reduces the number of false positives (i.e. Dissolution possession.) Thanks to MinerRuler for pointing that out.

     ! This may create new false negatives for non-animal, non-boat, non-minecart rideables. You can just add them to the whitelist if you find one.

+ Added an entity blacklist, to go with the whitelist. Any entity IDs that match any entry in the entity blacklist will not trigger third person behavior, even if they would have.

+ If you find the sudden elytra third-person transition jarring, there's now a configurable tick delay before it kicks in.


# Reworked the way "Skip Front View" works internally. You shouldn't see the occasional 1-frame of third person flipped view anymore.

# Gave a more friendly error for when you royally screw up a regular expression in the config.


- Removed the mode where if the "additional entities" config was blank, it would match everything. (You can do that with a regex.)

- Removed the "Other entities" config setting. It's redundant, since you can just leave the "additional entities" config blank.

2018-08-17

Version 1.1.0!

  • Print a log message the first time the third person effect triggers, per game session.

  • You can now specify additional entity IDs that the third person effect will work on. Regular expression support is also a thing. Please see the config file for more details!

你已经到达了世界的尽头..