1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-23 23:46:55 +00:00

Fix argument order of math.atan in changelog

This commit is contained in:
Jonathan Coates 2024-11-15 15:32:40 +00:00
parent 31da2555cb
commit f776b17150
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# New features in CC: Tweaked 1.114.0
* Add redstone relay peripheral.
* Add support for `math.atan(x, y)`.
* Add support for `math.atan(y, x)`.
* Update several translations.
Several bug fixes:

View File

@ -1,7 +1,7 @@
New features in CC: Tweaked 1.114.0
* Add redstone relay peripheral.
* Add support for `math.atan(x, y)`.
* Add support for `math.atan(y, x)`.
* Update several translations.
Several bug fixes: