Skip to content

Commit

Permalink
Various changes (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeryn99 authored Dec 25, 2024
1 parent 643ed85 commit 8594ba2
Show file tree
Hide file tree
Showing 181 changed files with 2,433 additions and 10,772 deletions.
4 changes: 2 additions & 2 deletions LICENSE.MD
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ or other kind of organization that you work for, plus all
its affiliates.

**Affiliates** means the other organizations than an
organization has controlEntity over, is under the controlEntity of, or is
under common controlEntity with.
organization has control over, is under the control of, or is
under common control with.

**Control** means ownership of substantially all the assets of
an entity, or the power to direct its management and policies
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ allprojects {
maven { url 'https://jitpack.io' }

flatDir {
dirs '../modlibs'
dirs '../mods'
}


Expand Down
56 changes: 44 additions & 12 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 2.1.0
# Version 2.1.0 (UPCOMING)

![TARDIS Refined](https://wiki.tardisrefined.net/TARDIS-Refined-Wiki/tardis_refined_v2.png)

Expand All @@ -12,8 +12,10 @@
- Bug fix: relogging causes TARDIS Dance events to not occur [#387](https://github.com/WhoCraft/TardisRefined/issues/387)
- Bug fix: [Incompatibility] Tardis refined dimensions fail to load with Dimension Threads [#374](https://github.com/WhoCraft/TardisRefined/issues/374)
- Bug fix: Console cannot be removed/changed with the console configurator outside the TARDIS dimension [#380](https://github.com/WhoCraft/TardisRefined/issues/380)
- Bug fix: Fixed a bug where the overlay keybinds always rendered the default key
- Bug fix: Fixed a bug where the overlay keybindings always rendered the default key
- Bug fix: Fixed a bug where a new TARDIS would believe it was at 0,0,0
- Bug fix: Fixed a bug where users would be burned alive when using temperature mods
- Bug fix: [Incompatibility] Shearing Tardis crashes the game with Valkyrien Skies installed [#324](https://github.com/WhoCraft/TardisRefined/issues/324)

#### Enhancements
- Enhancement: Added Adventure Mode
Expand All @@ -25,14 +27,15 @@
- Enhancement: Speed up downwards descent for Gravity Shaft
- Enhancement: Improved UI for Gravity Shaft
- Enhancement: Colored various texts on Key item
- Enhancement: Alarm now sounds when Fuel is below 5% and the TARDIS is not fueling+
- Enhancement: Bulkhead doors now have some variants, changed via the Pattern Manipulator
- Enhancement: Alarm now sounds when Fuel is below 5% and the TARDIS is not fueling
- Enhancement: Fixed Coral Hum sound not looping as intended
- Enhancement: Right-clicking the Astral Manipulator will now show all possible crafting recipes

#### Additions
- Added Item: Mallet
- Added Item: Mallet
- Added Villager: Pilot (POI: Console)
- Added Interior: Useable Terraformed
- Added Interior: Useable Terraformed
- "Added" Shell: Half Baked
- Added Vortex: Clouds
- Added Vortex: Flow
Expand All @@ -56,9 +59,13 @@
- Added Vortex: Non-Binary Flag
- Added Vortex: Agender Flag
- Added Vortex: Gay Flag
- Added Shell Pattern (Police Box): Barbie
- Added Shell Pattern (Police Box): Fourteen
- Added Interior Hum: Copper

#### Textures, Models & Animations
- Texture: Updated all Factory Console Variants
- Texture: Big Ben Shell now glows on clock face
- Model: Updated Coral Console Model
- Model: Updated Victorian Console Model
- Model: Updated Factory Console Model
Expand All @@ -79,17 +86,42 @@
Mod Pack creators can now enable adventure mode in the server config - this will activate a mode where players have to visit a dimension and sample it in order to have their TARDIS travel there - Mod Pack creators can also add levels to automatically be sampled by a TARDIS

#### Compatibility Notes
- [Trinkets](https://wiki.tardisrefined.net/extendedinventorymods.html#trinkets)
- [Curios](https://wiki.tardisrefined.net/extendedinventorymods.html#curios)
- [Diagonal Windows](https://wiki.tardisrefined.net/diagonal-blocks-windows-walls.html#diagonal-walls)
- [Trinkets](ExtendedInventoryMods.md#trinkets)
- [Curios](ExtendedInventoryMods.md#curios)
- [Diagonal Windows](Diagonal-Blocks-Windows-Walls.md)


#### Technical changes
- Most animations for Consoles are now loaded from JSON
- Some models for Consoles are now loaded from JSON
- Most animations for Consoles are now loaded from JSON via Frame
- Some models for Consoles are now loaded from JSON via Frame
- Most models for Interior Doors are now loaded from JSON via Frame
- Glowing within the mod is now handled via Shaders
- Snow effect within the mod is handled via Shaders
- Vigorous Logging is now implemented Mod wide to help pinpoint issues
- Manipulator Crafting can now use tags (still slightly WIP but useable)

#### NOTE
- Upon updating to this version, your previous: ``Return Location``, ``Current Location`` and ``Target Location`` will be reset
This will not lead to any other data loss and your TARDIS will be exactly where you left it, take off once and you will be all sorted. This was a required change to resolve some issues
- Upon updating to this version, your previous: ``Return Location``, ``Current Location`` and ``Target Location`` will be reset
This will not lead to any other data loss and your TARDIS will be exactly where you left it, take off once and you will be all sorted. This was a required change to resolve some issues

### Special Thanks
Can't do it all ourselves, can we?

#### Edrax
- Vortex Rendering
- User interface rendering

#### MuttDud
- Fixed Coral Hum sound not looping as intended

#### River Thomas & Govert
- [Valkyrien Skies Compatibility](ValkyrienSkies.md)

#### Lucraft
- Assistance with JSON Model Loader

#### nanuwo
- Fix blockstates being incorrect when attempting to render Astral Manipulator recipes



This file was deleted.

Loading

0 comments on commit 8594ba2

Please sign in to comment.