Commit Graph

1634 Commits

Author SHA1 Message Date
FlorianMichael
4c12ab4ddb
[ci skip] Add basic api point
Note that this commit still is quite broken and won't compile
2024-12-23 17:23:34 +01:00
FlorianMichael
b137d64360
Start with entities 2024-12-23 13:57:10 +01:00
FlorianMichael
2f8187ced9
More work 2024-12-23 12:55:41 +01:00
FlorianMichael
4a1d71f056
Add sub modules 2024-12-23 12:53:27 +01:00
FlorianMichael
c3264442a1
More work, start new features package 2024-12-23 10:20:01 +01:00
FlorianMichael
61b8228d53
Initial sorting of mixins per features
Moves out mixin classes to feature packages to combine util classes and mixins
2024-12-23 09:23:01 +01:00
FlorianMichael
ddf1880e73
Rename fixes->features 2024-12-23 07:21:09 +01:00
FlorianMichael
b63b1d8447
Fabric loom 1.9-SNAPSHOT 2024-12-23 07:20:17 +01:00
FlorianMichael
64d1ffaff8
Update license header 2024-12-23 07:19:14 +01:00
FlorianMichael
03b29d836d
Move artifacts de.florianmichael -> com.viaversion 2024-12-23 07:15:00 +01:00
FlorianMichael
b3cf9802c6
Start working on ViaFabricPlus 4.0.0 2024-12-23 07:10:14 +01:00
FlorianMichael
c334450e77 Auto: Gradle 8.12 2024-12-22 02:12:08 +01:00
FlorianMichael
eb360c2a57
Remove BLOCK action use delay in <= 1.8
Looking at the git history, this piece of code got lost during the v3.0.0 rewrite in be8c3659bc and seems to be still needed after comparing the game diff

Co-authored-by: lowercasebtw <126462578+lowercasebtw@users.noreply.github.com>
2024-12-20 04:27:57 +01:00
Tea Master
26791895ad
Update polish translations (#657) 2024-12-19 21:28:06 +01:00
FlorianMichael
bd34e037ae
Merge remote-tracking branch 'origin/main' 2024-12-17 02:25:16 +01:00
FlorianMichael
810275f481
Bump version to 3.6.2-SNAPSHOT 2024-12-17 02:24:39 +01:00
FlorianMichael
5c429b4ab4 Auto: Migrate to setup-gradle action 2024-12-17 00:29:36 +01:00
FlorianMichael
3a8d945309
3.6.1 Release 2024-12-16 01:29:53 +01:00
FlorianMichael
4a25a228c4
Do not persist credentials 2024-12-15 18:04:48 +01:00
orasan
2252995779
Update japanese translations (#655)
* Update ja_jp.json

* Update ja_jp.json

* Revert "Update ja_jp.json"

This reverts commit 073fc8854c.

* Update ja_jp.json

fix

* Update ja_jp.json

fix2
2024-12-15 14:06:54 +01:00
FlorianMichael
b2214df9c4
Update Fabric mappings/api 2024-12-14 22:01:29 +01:00
lowercasebtw
24f5812b4f
Add setting to toggle arm rotation lock whilst blocking <= 1.20.2 (#651) 2024-12-10 00:11:06 +01:00
RaphiMC
5b677af35d
Update VV API usage 2024-12-09 12:24:30 +01:00
RaphiMC
75cf57ab78
Update ViaBedrock to support Bedrock 1.21.50 2024-12-08 22:48:55 +01:00
FlorianMichael
cc3ba13c98
Remove old config migration code 2024-12-08 21:40:51 +01:00
FlorianMichael
ca0e52e9b1
Rename villager setting, german translations 2024-12-08 21:17:54 +01:00
lowercasebtw
7421abe6fe
Replace Redirect -> WrapOperation in MixinInGameHud#alwaysRenderCrosshair (#649) 2024-12-07 23:10:47 +01:00
lowercasebtw
af6caab5b9
Add setting to hide villager profession in <= 1.13.2 (#647)
* Add toggle for bubble pop sound/icons

* Don't apply these settings by default, instead use boolean setting

* Revert how villagers looked prior to 1.14

Undo weird formatting in viafabricplus.mixins.json

Try to fix it again

Re-add mixin for this PR

* Add toggle/setting for reverting villager skins to how they looked prior to 1.14
2024-12-07 22:38:18 +01:00
dirtTW
757ef90cb3
Update traditional chinese translations (#648) 2024-12-07 14:51:24 +01:00
FlorianMichael
0497870f07
private 2024-12-07 01:39:22 +01:00
FlorianMichael
86f1b97108
Restore old interaction behaviour with mooshroom in <= 1.21.3 2024-12-07 01:36:32 +01:00
FlorianMichael
9599b64ff7
Invert operation 2024-12-07 01:36:32 +01:00
lowercasebtw
6d4fbbd70a
Add toggle for bubble pop sound/icons (#646)
* Add toggle for bubble pop sound/icons

* Don't apply these settings by default, instead use boolean setting
2024-12-07 01:28:27 +01:00
FlorianMichael
c8d6cf413e
Remove usages of var, brackets around returns 2024-12-07 00:45:41 +01:00
FlorianMichael
228297d65a
Allow climbing while flying in <= 1.21.3 2024-12-07 00:36:38 +01:00
FlorianMichael
9c346cae39
Set ApiStatus.Internal annotation 2024-12-06 23:20:55 +01:00
FlorianMichael
79310f83be
Print warning on raw packet sending 2024-12-06 23:19:07 +01:00
FlorianMichael
2f86dcdbf7
Use scheduleSendToServer for sending pick item packet 2024-12-06 23:15:48 +01:00
FlorianMichael
44adf30ed2
Fix block/entity picking not working in <= 1.21.3 2024-12-06 23:10:16 +01:00
FlorianMichael
54351ef1f2
Bump version to 3.6.1-SNAPSHOT 2024-12-06 18:07:07 +01:00
FlorianMichael
7105df46d4
Release 3.6.0 2024-12-06 17:59:06 +01:00
FlorianMichael
9a3674bad8
Restore old bee interaction logic, update TODO 2024-12-06 17:51:39 +01:00
FlorianMichael
b89e8f33de
Don't swing on bundle use in <= 1.21.3 2024-12-06 17:51:39 +01:00
FlorianMichael
31ed7f9607
Change sprinting conditions in <= 1.21.3 2024-12-06 17:51:39 +01:00
FlorianMichael
ab86e95d5e
Fix teleport confirm<->move packet order in 1.21.3 2024-12-06 17:51:38 +01:00
FlorianMichael
0a079a1a90
Always load player in <= 1.21.3 2024-12-06 17:51:38 +01:00
FlorianMichael
a77937670e
Finalize some things 2024-12-06 17:51:38 +01:00
FlorianMichael
ee1df66f35
Fix wrong drawTextWithShadow reference in mixin 2024-12-06 17:51:38 +01:00
FlorianMichael
cb4a4cb8c7
Update petrified oak slab fix - finished port 2024-12-06 17:51:38 +01:00
FlorianMichael
dc3f390032
Remove no longer needed injections 2024-12-06 17:51:38 +01:00