Commit Graph

1524 Commits

Author SHA1 Message Date
lowercasebtw
b7d152c1cd
Slightly change body rotation interpolation in <= 1.19.3 (#542)
* Add Old Body Rotation Interpolation <=1.19.3

* Rename method as requested

Co-authored-by: EnZaXD <florian.michael07@gmail.com>

* Add comment as requested

Co-authored-by: EnZaXD <florian.michael07@gmail.com>

---------

Co-authored-by: lowercasebtw <lowercasebtw@gmail.com>
Co-authored-by: EnZaXD <florian.michael07@gmail.com>
2024-08-24 13:30:53 +02:00
Tea Master
ef174f8c14
Update polish translations (#541) 2024-08-23 19:38:21 +02:00
FlorianMichael
a9aa6db8fe
Bump version to 3.4.6-SNAPSHOT 2024-08-23 19:37:16 +02:00
FlorianMichael
b8d827e0e3
Release 3.4.5 2024-08-23 19:26:14 +02:00
dirtTW
998e300877
Update traditional chinese translations (#540)
Update Traditional Chinese localization
2024-08-22 18:09:42 +02:00
FlorianMichael
f99845314a
Try to improve mod compatibility with port replacement 2024-08-22 14:11:37 +02:00
Andypsl8
78722e7257
Update simplified chinese translations (#539)
Update Simplified Chinese translation
2024-08-22 13:45:41 +02:00
FlorianMichael
d03590ab97
Fix boat entity mounted height offset in <= 1.20.1
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/537
2024-08-21 13:01:20 +02:00
lowercasebtw
f36ed5118e
Swing hand on item use in <= 1.7.10 (#536)
* Tilt Firstperson Handheld Items <=1.7.x

* Reformat Code

* Reformat Code Again

* Made Requested Changes

* Move Method To Bottom

* Add Item Swing Usage to Food/Potions <=1.7.x

* Fix mistake in languages

* Apply Swing Offset To Bow Too

* Apply Changes & Rename English Language Variant for enableItemSwingUsage

* Undo Blocking Change As Requested

* Revert "Undo Blocking Change As Requested"

This reverts commit 696f7b0261.

* Undo Again & Create Unique Separate Method

* Reorganize & Fixed method arguments order

* Rename value in en_us.json

* Renamed field too & key
2024-08-20 13:12:17 +02:00
lowercasebtw
935c1cdf9f
Apply slight rotation for non-block-items in rendering in <= 1.7.10 (#535)
* Tilt Firstperson Handheld Items <=1.7.x

* Reformat Code

* Reformat Code Again

* Made Requested Changes

* Move Method To Bottom
2024-08-20 09:22:11 +02:00
FlorianMichael
a71bb0b552
Update Fabric dependencies 2024-08-20 07:09:28 +02:00
lowercasebtw
d6fd8b753f
Fix sword block animation inaccuracies in <= 1.8 (#533)
* Fix Slightly Incorrect Blocking Position Values

* Cleanup Requested Part

* Tilt Item Positions to be like 1.7 and prior

* Rename method & Cleanup + Remove other part

* Fix formatting

---------

Co-authored-by: FlorianMichael <florian.michael07@gmail.com>
2024-08-20 07:05:56 +02:00
github-actions[bot]
b58629ed2b
Update Gradle Wrapper from 8.9 to 8.10. (#530)
Signed-off-by: gradle-update-robot <gradle-update-robot@regolo.cc>
Co-authored-by: gradle-update-robot <gradle-update-robot@regolo.cc>
2024-08-18 03:27:04 +02:00
FlorianMichael
bd20ca21db
Use Java 21 in workflow 2024-08-18 03:20:31 +02:00
FlorianMichael
93eb9344a3
Move init() functions into static blocks 2024-08-16 21:02:33 +02:00
Andypsl8
0c6b92b189
Update simplified chinese translations (#527)
* Update Simplified Chinese translations

again :)

* Fix zh_cn.json

Added space between lines
2024-08-16 18:28:48 +02:00
bubble(good7777865)
d96b44ef08
Update korean translations (#526) 2024-08-16 17:24:56 +02:00
FlorianMichael
5b97f4fa6d
Use WrapOperation for MixinMultiplayerServerListPinger#setForcedVersion 2024-08-16 01:35:19 +02:00
FlorianMichael
7166646b56
Cleanup code
Prevents usages of RenderSystem#recordRenderCall
2024-08-16 01:23:28 +02:00
dirtTW
a18cd5ca0a
Update traditional chinese translations (#524)
* Update Traditional Chinese (zh_tw.json)

Update and Fix up Traditional Chinese localization

* Apply suggestions from code review

Co-authored-by: notlin4 <121224522+notlin4@users.noreply.github.com>

* Update zh_tw.json

---------

Co-authored-by: notlin4 <121224522+notlin4@users.noreply.github.com>
2024-08-15 20:57:16 +02:00
FlorianMichael
05120e2f63
Start cleaning settings
Deprecated settings are for removal with 4.0.0
2024-08-15 14:14:54 +02:00
FlorianMichael
fe6f2618b1
Add setting for glyph filtering in <= 1.20
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/492
2024-08-15 12:55:45 +02:00
Tea Master
552c4a6b0d
Update polish translations (#521) 2024-08-15 12:34:43 +02:00
FlorianMichael
2ce5975d19
Allow sneaking inside blocks/vehicles in <= 1.13.2
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/506
2024-08-15 12:27:50 +02:00
FlorianMichael
84b3a9537a
Update ViaBackwards 2024-08-15 11:43:09 +02:00
FlorianMichael
b27878762f
Swing hand when using fishing rod in <= 1.14.4
MC 1.15+ added global hand waving to doItemUse(), which we are undoing, but previously there was hand swinging in the item interactions themselves, which we didn't take into account.

Closes https://github.com/ViaVersion/ViaFabricPlus/issues/504
2024-08-15 08:46:59 +02:00
RaphiMC
3813a50cb4
Update ViaBedrock (Bedrock 1.21.20 support) 2024-08-15 01:50:08 +02:00
FlorianMichael
9c67e0e03c
[ci skip] Update contributing and maintaining instructions 2024-08-14 03:54:56 +02:00
FlorianMichael
8e7c834ccf
Add missing injection for item usage<->block break fix in <= 1.7.10
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/515
2024-08-14 03:32:56 +02:00
Andypsl8
1bf84740c0
Update simplified chinese translations (#520)
Update simplified chinese translations
2024-08-13 19:58:16 +02:00
christopherplaysminecraft
00ae555877
[ci skip] Fix grammar in README.md (#516)
* Update README.md

* Remove empty line
2024-08-10 00:05:38 +02:00
FlorianMichael
dd8e96ce55
[ci skip] Split contributing and maintaining instructions 2024-08-10 00:03:26 +02:00
FlorianMichael
8d4f4326ef
Mark fields as internal 2024-08-09 22:14:10 +02:00
FlorianMichael
adbd2ccc07
Add setting to force unicode for non-ascii languages in <= 1.12.2
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/511
2024-08-09 20:29:32 +02:00
FlorianMichael
307de56e67
Add POST_INIT state to LoadSaveFilesCallback 2024-08-09 18:47:58 +02:00
FlorianMichael
57cd295c7f
Set sneaking pose while flying in <= 1.13.2
1.14+ introduced a check to prevent sneaking while flying, therefore the check in MixinPlayerEntity#onUpdatePose was wrong all the time and the movement code needed fixing.
2024-08-09 06:36:29 +02:00
dirtTW
3435928fb7
Update traditional chinese translations (#512)
* Update Traditional Chinese (zh_tw.json)

Update and Fix up Traditional Chinese localization

* Update zh_tw.json
2024-08-08 21:06:18 +02:00
FlorianMichael
81c8277fd0
Bump version to 3.4.5-SNAPSHOT 2024-08-08 20:01:38 +02:00
FlorianMichael
c3fe856f6d
Release 3.4.4 2024-08-08 18:07:51 +02:00
FlorianMichael
5372b9f0de
1.21.1 2024-08-08 17:59:40 +02:00
FlorianMichael
7c2fa1f03f
Update VV and VB 2024-08-08 17:45:19 +02:00
FlorianMichael
6f6684ed28
Fix arm with shield following third person rotation in <= 1.20.2
Co-authored-by: lowercasebtw <126462578+lowercasebtw@users.noreply.github.com>
2024-08-08 02:08:24 +02:00
FlorianMichael
e5ba1c7130
Implement item interaction logic in <= 1.8
Supersedes https://github.com/ViaVersion/ViaFabricPlus/pull/508
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/496
2024-08-08 01:32:35 +02:00
FlorianMichael
3ee21d7fb3
Add game menu screen layout changes across all versions
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/497
2024-08-08 01:30:46 +02:00
RaphiMC
65dd51ddb8
Update FAPI and loom 2024-08-08 01:30:35 +02:00
FlorianMichael
a0700247b6
Fix cat interaction in <= 1.20.4 2024-08-07 16:11:16 +02:00
FlorianMichael
59fe914604
Fix strikethrough offset in <= 1.12.2
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/507

Co-authored-by: lowercasebtw <126462578+lowercasebtw@users.noreply.github.com>
2024-08-07 13:17:06 +02:00
FlorianMichael
8b98e9fd4c
Add gradle wrapper update workflow 2024-08-07 00:00:59 +02:00
FlorianMichael
357b15055d
Cleanup build files 2024-08-05 17:26:18 +02:00
dependabot[bot]
737901d5c7
Bump com.terraformersmc:modmenu from 11.0.0-beta.1 to 11.0.1 (#503)
Bumps com.terraformersmc:modmenu from 11.0.0-beta.1 to 11.0.1.

---
updated-dependencies:
- dependency-name: com.terraformersmc:modmenu
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 17:05:34 +02:00