TARDIS Refined

TARDIS Refined

89.6k Downloads

[Forge] Nuka Console Duplicate Control Entity Failing Flight Dance Events

Alan2188 opened this issue ยท 1 comments

commented

Issue description

The Nuka Console has a duplicated control that cannot be interacted with when a flight dance event is triggered for that specific control.

Suspected Lines Of Code Are Below (A Duplicate Line Exists With The Same Vector and Size Values In The Nuka Console Controls, Likely Corresponding To The Location Mentioned In My Steps To Reproduce)

new ControlSpecification(TRControlRegistry.GENERIC_NO_SHOW, new Vector3f(-0.01f, 0.61f, 0.99f), EntityDimensions.scalable(0.06f, 0.06f)),

new ControlSpecification(TRControlRegistry.GENERIC_NO_SHOW, new Vector3f(-0.01f, 0.61f, 0.99f), EntityDimensions.scalable(0.06f, 0.06f)),

Steps to reproduce

  1. Have a Fueled TARDIS using the Nuka Console.
  2. Wear The AR Glasses To See The Particles.
  3. Fly Until You Have The Right Flight Dance Event (It Will Be Located Around 6 Controls In a Sort-of 2x3 Rectangular Grid, All 6 You Can See Work, So Keep Flying Until You Experience An Event In That Area Without a Control Misalignment You Can Actually See)

Minecraft version

1.20.1

Mod Loader Platform type

Forge

Mod Loader version

Forge 47.3.7

Tardis Refined version

v2.0.7

Other relevant versions

No response

Attach the relevant crash report file or log file: (Don't know how to find a crash report file? See the Minecraft Wiki Tutorial

No response

commented

Previously Soapsuds had mentioned the existence of duplicate controls in the 1.20 source code in a merged pull request, but this issue involves the presence of duplicate controls in 1.20.1 and for version 2.0.7 which is well after the pull request from Soapsuds(which was for Version v2.0.0)

#294 (comment)