Commit Graph

747 Commits

Author SHA1 Message Date
FlorianMichael
d7df0df496
Minor code cleanup 2024-08-25 21:48:55 +02:00
Ampflower
5e59b9d947
Move protocol detector outside of sync block (#370)
* Move protocol detector injection outside of sync block

Fixes ViaVersion/ViaFabric#302

* Fix bad package reference for 1.20.1

* Revert 1.20.1's move

* Omit static on mixins
2024-08-23 11:38:06 +02:00
Ampflower
c5dcc31c37
Generate IDE run configurations, prevent circular dependencies. (#369)
- Now able to launch any supported Minecraft version within the IDE and from CLI.
- There are no longer any odd circular or library dependency issues on subprojects.
- Explicitly defines rootProject within the subproject remapJar dependency loop.
2024-08-23 10:56:35 +02:00
FlorianMichael
5fbebdc9f0
Update VV API usage 2024-08-23 09:35:15 +02:00
github-actions[bot]
a5c47ec762
Update Gradle Wrapper from 8.9 to 8.10. (#368)
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:51:26 +02:00
FlorianMichael
4998a11460
Use Java 21 in workflow 2024-08-18 03:27:44 +02:00
FlorianMichael
4ce1dbea3a
[ci skip] Cleanup FUNDING.yml 2024-08-18 02:15:49 +02:00
FlorianMichael
66d021a470
Rename submodule 2024-08-17 21:55:15 +02:00
FlorianMichael
4ee45457fa
Setup dependabot for GH actions 2024-08-17 21:49:39 +02:00
Kichura
e3e692aa5f
Add 1.21.1 support, Restore support for superseded versions. (#365)
* Add 1.21.1 support, Drop 1.20.3 and 1.20.5 support.

* Restore minecraft versions that are compatible with superseded ones.

* Ensure 1.21.1 is mentioned in README.
2024-08-09 16:10:17 +02:00
Kichura
ac72bd111c
Update ViaVersion to 5.0.4-SNAPSHOT (#364)
* Update ViaVersion to 5.0.3.

* Update to 5.0.4-SNAPSHOT

---------

Co-authored-by: EnZaXD <florian.michael07@gmail.com>
2024-08-08 19:24:05 +02:00
FlorianMichael
822e9b59c0
Add gradle wrapper update workflow 2024-08-07 00:06:23 +02:00
Kichura
a81234df80
Update wrapper-validation to v4. (#363) 2024-08-05 18:14:50 +02:00
FlorianMichael
616697e16e
Update IDEA copyright configuration files 2024-08-05 16:25:28 +02:00
FlorianMichael
4add943a60
Stop including SnakeYaml
Now included in VV itself.
2024-08-05 16:13:28 +02:00
Erlend
bd8ceb2ad6
[ci skip] docs: fix dead modrinth links (#362)
Modrinth does not support `www.modrinth.com`, instead of you have to use `modrinth.com`.
2024-08-04 21:17:01 +02:00
FlorianMichael
40acc7416a
Update VV API usage 2024-08-03 21:21:55 +02:00
Kichura
820d2d40e3
Ensure 2.6.15 and older ReplayMod is not supported. (#360) 2024-07-31 20:10:54 +02:00
Kichura
1af501e6ff Bump ViaFabric to 0.4.15.
Done to ensure ViaVersion 5.0.2 is in place and because ReplayMod is temporarily disabled.
2024-07-28 17:09:41 +02:00
Kichura
b70c1a195c Update ViaVersion to 5.0.2. 2024-07-28 17:09:41 +02:00
FlorianMichael
ea8ba38f70
Mark the ReplayMod as unsupported 2024-07-25 07:57:43 +02:00
FlorianMichael
9f8f92ee3b
Fix CF link in README 2024-07-22 09:35:58 +02:00
FlorianMichael
9a7129a86b
Mention VAF 2024-07-22 09:31:27 +02:00
FlorianMichael
8fd423c059
Update alternatives list and mark some projects as discontinued
ProtocolSupport and DirtMultiversion haven't got any updates in the last two years.
2024-07-22 09:26:23 +02:00
FlorianMichael
d7780d0178
Update snapshot support note 2024-07-22 09:22:01 +02:00
FlorianMichael
d726406097
Gradle 8.9 2024-07-14 20:37:08 +02:00
FlorianMichael
6a94d9e73e
[ci skip] Update README.md 2024-07-07 21:27:36 +02:00
creeper123123321
bb4a34e777 remove legacy versions from main branch 2024-07-07 14:23:12 -03:00
Kichura
09470a8341
[ci skip] Shorten versioning table to VV's variant. (#353)
Markdown has a limit on how many tabs you can add to the top-side of the panel itself, therefore the README needs to be shortend to allow different versions to fit but can look confusing for others.
2024-07-04 21:49:45 +02:00
FlorianMichael
327123a9be
Update unsupported options in FabricViaConfig
Closes https://github.com/ViaVersion/ViaFabric/issues/138
2024-06-27 14:21:41 +02:00
Kichura
67d33c6985
Update ViaVersion to 5.0.2-SNAPSHOT (#347)
* Update ViaVersion to 5.0.1.

* Replace 5.0.1 with 5.0.2-SNAPSHOT.
2024-06-25 23:45:26 +02:00
FlorianMichael
9871d1f745
Fixup chat messages on 1.21 as well 2024-06-18 00:05:41 +02:00
Kichura
b0a68be851
Upstream deps, Set loader to 0.15.11, Via 5.0.1-SNAPSHOT. (#345) 2024-06-17 19:11:10 +02:00
FlorianMichael
127e7ed9e2
Merge branch 'refs/heads/dev' 2024-06-16 18:21:48 +02:00
EnZaXD
a29320acf2
Add 1.21 support (#342) 2024-06-16 18:21:04 +02:00
FlorianMichael
113a6e354a
Fixup command execution on 1.20.6+
Closes https://github.com/ViaVersion/ViaFabric/issues/340
2024-06-15 14:46:34 +02:00
creeper123123321
b0de2d8a0b update gradle 2024-06-14 10:29:53 -03:00
FlorianMichael
880a64c6c1
Add note for J8 jars 2024-06-11 23:52:19 +02:00
FlorianMichael
7ebc4f4cb5
Slightly improve setting description 2024-06-11 23:46:04 +02:00
FlorianMichael
cb0d2aea88
Use HandlerNames class for netty injection in 1.20.6 2024-06-11 23:41:36 +02:00
EnZaXD
2c47fabcd5
Add setting to ignore Fabric registry sync errors (#341)
* Add setting to ignore Fabric registry sync errors

* Mark as remap = false

* Backport registry error setting to MC 1.20.4 as well
2024-06-11 23:36:46 +02:00
FlorianMichael
00c4899f3c
Remove bungee options from FabricViaConfig 2024-06-05 02:10:55 +02:00
Kichura
617675302c
[ci skip] BungeeCord->Velocity, Exclude NEC. (#339) 2024-06-02 02:26:21 +02:00
Kichura
64b9d6cdd6
Gradle 8.8 (#337)
* Update Gradle to 8.8.

* Update max Java to 22.
2024-06-01 18:56:38 +02:00
FlorianMichael
3fb4d18b7e
Downgrade VV dependency to J8
Downgrades the included dependency to J8 to support bootstrapping legacy versions which don't support newer Java versions, running from IDE is excluded here
2024-06-01 01:57:28 +02:00
FlorianMichael
0d1c553ee1
Update VV API usage 2024-06-01 00:34:15 +02:00
FlorianMichael
057e892729
Merge remote-tracking branch 'refs/remotes/origin/main' into dev 2024-05-31 21:32:41 +02:00
Kichura
54dad0f36a
Update Fabric API to 0.97.1 in 1.20.4. (#336)
Resolves two issues basically, one for Indigo and one in the changeDimension code.
2024-05-30 15:36:26 +02:00
FlorianMichael
50f78eea5e
Update VV API usage 2024-05-26 22:59:36 +02:00
FlorianMichael
c455ccbc98
Merge branch 'refs/heads/main' into dev
# Conflicts:
#	gradle.properties
2024-05-26 21:27:58 +02:00