[FEATURE] [MC-VERSION] Short description of the feature
Fall4573 opened this issue ยท 1 comments
Heyy just a real quick question/request. Im wondering how can I make the camera go even further back, the reason I ask is simple, the valkyrie skies mod lets you make custom ships and boats, for ease of visibility on where you're going especially for larger ships.
efforts I've made to get this result, changed config files, haven't been able to figure out what i should change to do this
In .../.minecraft/config/shouldersurfing.toml
set perspective.offset.limits.unlimited_offset_z
to true
. Such that the section of the config file will look as follows:
[perspective.offset.limits]
#Whether or not z-offset adjustment has limits
unlimited_offset_z = true
#Whether or not y-offset adjustment has limits
unlimited_offset_y = false
#Whether or not x-offset adjustment has limits
unlimited_offset_x = false
If you have any fruther questions, feel free to leave another comment in this issue.