MinecraftFreecam / Freecam

A highly customizable freecam mod for Minecraft. [Maintiners: @hashalite @MattSturgeon]
https://curseforge.com/minecraft/mc-mods/free-cam
MIT License
75 stars 30 forks source link

Cant delete tripods #86

Closed Tom-Sumner closed 1 year ago

Tom-Sumner commented 1 year ago

Looked everywhere and cant find any documentation on how to remove a tripod camera without leaving the world / server.

Tom-Sumner commented 1 year ago

After reviewing the code, and comparing what I see on my client, it looks like the key bind to reset tripods is failing to be registered. No obvious errors can be seen in the code however in the controls menu in my client I only have Control Player and Toggle Freecam, there is no reset tripods option.

hashalite commented 1 year ago

Unable to reproduce. Does this happen without any other mods?

Tom-Sumner commented 1 year ago

Yep it looks like it. I have also seen someone else have the same issue in the comments under a Youtube video; to which I responded with image

All i have in my mods folder is; fabricapi == 1.19 and freecam == 1.19

image

hashalite commented 1 year ago

What version of Freecam/Fabric API are you using?

Tom-Sumner commented 1 year ago

image

hashalite commented 1 year ago

Tripod Reset was added in 1.1.7.

Tom-Sumner commented 1 year ago

that would be why, thankyou.

is there a 1.19 mod that is 1.1.7?

hashalite commented 1 year ago

The latest version, 1.1.9, works with 1.19.4

Tom-Sumner commented 1 year ago

I need a 1.19.0 version. If not then I don't mind about the tripods, I rarely use them.

hashalite commented 1 year ago

Ah, in that case, 1.1.6 is the only version that supports 1.19.0

Tom-Sumner commented 1 year ago

Thankyou for clearing this up.

sorry for the waste of your time :)

hashalite commented 1 year ago

No problem!