Own player model does not render when Freecam is used and Create Steam and Rails is installed
James103 opened this issue ยท 3 comments
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
- Install all mods listed below.
- Create a new world.
- 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
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.
@techno-sam Okay, thank you. Is MixinExtras included with Fabric loader? There are some other @Redirect
s 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"?
@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