-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13f8757
commit 82cee12
Showing
1 changed file
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
# Change Log | ||
## Common | ||
- Improved Create tree fertilizer compatibility implementation. | ||
- Fixed Vanilla footstep sound on the ships. | ||
- Better Explosions? (it's still buggy and will be disabled by default) | ||
- Made Create Whistle sound playable on the ships. | ||
- Added fake air pockets to disable some underwater effects. (it's still WIP and you need to enable it in the common config) | ||
- Fixed crash with Xaero's Minimap Fair version [#51](https://github.com/xiewuzhiying/VS-Addition/issues/51) | ||
- Improved the implementation of sticker mixin (no functional changes) | ||
- Added TaCZ Projectile explosion compatibility. | ||
- When the player grabs the ship with Gravitron, cancel the collision between the ship and the player. | ||
- Added VMod schematic compatibility (for fake air pocket attachment) | ||
- Added Translation keys for command messages. | ||
- Added a Create display source for any non-source ship-bound blocks to display ship data. | ||
- Now Shipyard chunks will get the biome in world coordinates. | ||
- Added `getDirection()` function for Cannon Mount Generic Peripheral. [#57](https://github.com/xiewuzhiying/VS-Addition/issues/57) | ||
- Ship velocity will affect cannon's projectile. | ||
- Vic's Point Blank explosion compatibility. | ||
- Enabling Embeddium block entity culling for Valkyrien Skies. | ||
## Fabric | ||
- Fixed a crash in the Fabric version of Computer Craft when placing a turtle. [#56](https://github.com/xiewuzhiying/VS-Addition/issues/56) | ||
- Added TaCZ fabric version compatibility. | ||
## Forge | ||
- Disabled some fairness feature of Tallyho. | ||
- Added TaCZ bullet hole particle compatibility for the ships. | ||
- Fixed CBC: Modern Warfare rotary cannon not firing with the fire() method. | ||
- Added Ballistix compatibility. (Transform attract blast and repulsive blast only) | ||
- Cancel `onExplosion` method of Tallyho if Create: Diesel Generators mod doesn't exist. |