TiTTS
Tindwcel's Transmission Tower System | |
A transmission tower | |
About | |
---|---|
Owner | tindwcel |
Category | Infrastructure |
Underground? | No |
Public? | Yes |
Started | February 2020 |
Completed | in progress |
Height | 130m |
Location | |
Coordinates | X=-15085 Y=64 Z=-3939 |
Dimension | Overworld |
Map Link |
In February 2020 a mysterious structure appeared near Las Vereno Airport. It was clear that Tindwcel had built it and Verydairyman questioned him about it. He correctly guessed that it was some kind of broadcast or transmission tower, but not what it was designed to transmit. Signs at the base of the building seemed to indicate that it was some kind of mind-control experiment, but could it really emit mind control rays? This seems unlikely.
What is known, is that similar towers began appearing in that region of the map, and there are currently estimated to be up to 45, stretching in a line from the world border near Las Vereno, to some point much further hubward, in the direction of the warp at New Venice. The purpose remains unclear.
Tower 38. This was built in an area which some player had attempted to claim via placement of torches and glowstone. An incomplete un-named large castle is near, apparenly the work of Rufas, Blobehh, and SlaggyP.
Update December 2020: Tindwcel had sought and been given Admin approval for the location of Tower 38, however the large castle turned out to be Rufas's Fallen Kingdom build in progress so tindwcel agreed to the removal of Tower 38 to allow that build to proceed. The tower was removed on 6 December 2020 and will at some point be replaced by two new towers at locations which will once again allow the chain to be complete.
In mid-March 2020, soon after the final tower in the chain between Las Vereno and New Venice was completed, hackers somehow gained access to Tindwcel's Macro/Keybind mod setup and found that he had the following piece of code in a file, assigned to a key, seemingly somehow connected with the use of these towers. The code was soon posted on 4Chan.com, Reddit.com, and, bizarrely enough, Neopets.com. Experts from PlanetMinecraft speculated that it showed that the towers may in fact be some form of transport system.
//Smart jumpto - adjusts aim to nearest cardinal or intercardinal direction. ( i.e. multiple of 45 degrees ) #myvar = %YAW% + 22 #myvar = #myvar / 45 #myvar = #myvar * 45 LOOK(%#myvar%,%PITCH%) // correction for bug... LOOK(%YAW%,%PITCH%) WAIT(500ms) ECHO("/jumpto") STOP