Doctor Who Tardis adds several Doctor Who themed things to a couple games in Luanti. This update completely reworks how user data is managed, adds a new console set, dalek arm gun and Sarah Jane’s Sonic Lipstick.
Go to the Codeberg wiki for an explanation of all features.
Download it from the in-game content manager, ContentDB, or Codeberg.
Changelog for v1.3.0
Added
-
A new console set! It is mainly green coloured, and uses the Zuphy32 palette. There is also a node, and a new Tardis exterior to go with them. (@Skivling in #60)
-
You can make your own base your Tardis interior by crafting an Interior Exit Door, then link it by Shift + Clicking on it with your sonic. Be sure to take your previous things from the old Tardis first! (@Skivling, solves #39)
-
Dalek arm gun (@Irevol, closes #50)
-
Sarah Jane’s Sonic Lipstick (@Skivling in #75)
Changed
-
The default Tardis exterior is now the iconic blue one
-
Completely revamped how we handle user data (#21)
-
Simplified how Tardis interiors work and decided to use a single large cuboid area instead of doors teleporting to other rooms.
-
Switched the custom door with a door which works normally using each game’s APIs. (#68)
-
Made coordinate positions on formspecs be written in brackets
Fixed
-
The Tardis now flattens nodes such as grass and flowers, instead of hovering over them. This applies to nodes with
buildable_to = true
. (@Irevol in #62, solves #45) -
Cave generation no longer destroys the console room (@Irevol in #67, solves #47)
-
Sonic devices now have a cooldown of 2 seconds, also serving as a sound debouncer so they don’t play on top of each other when used repeatedly. (@Skivling, solves #26)
-
Explosions no longer break unbreakable nodes (@Irevol, solves #33)