Tweakeroo

Tweakeroo

2M Downloads

Own player model does not render when Freecam is used and Create Steam and Rails is installed

James103 opened this issue ยท 3 comments

commented

Describe the Bug

When Create: Steam and Rails is installed along with Tweakeroo, Tweakeroo's Free Camera mode allows free view of the world around the player, but the player itself does not render.

Reproduction Steps

  1. Install all mods listed below.
  2. Create a new world.
  3. Enable the Free Camera mode from Tweakeroo.

Expected Result

The player model should render, as it does when the Free Camera mode is disabled and when the Remote Lens is used on a Conductor to make it look at the player.

Operating System

Windows 10

Create Steam and Rails Version

1.5.1

Create Mod Version

0.5.1c

Minecraft Version

1.19.2

ModLoader and Version

Fabric Loader 0.14.25

Other Mods

create-fabric-0.5.1-c-build.1160+mc1.19.2
fabric-api-0.76.1+1.19.2
malilib-fabric-1.19.2-0.13.0
Steam_Rails-1.5.1+fabric-mc1.19.2
tweakeroo-fabric-1.19.2-0.14.3

Additional Context

See also Layers-of-Railways/Railway#354

commented

This is cause by a Redirect conflict, Steam 'n Rails has solved this on our end by using MixinExtra's WrapOperation instead.

This fix will be available in Steam 'n Rails 1.6.0, and no further action from tweakeroo is needed.

Commit Layers-of-Railways/Railway@c45535e

commented

@techno-sam Okay, thank you. Is MixinExtras included with Fabric loader? There are some other @Redirects that conflict with some other mods that I might need to change to something else, and I take it @WrapOperation is like a "stackable Redirect"?

commented

@maruohon
I think MixinExtras is being included in fabric loader in the future, not sure if it is in currently released versions.

Here's the wiki page for @WrapOperation btw: https://github.com/LlamaLad7/MixinExtras/wiki/WrapOperation