Tags
Creators
Details
1.2.0
Compatibility
Changes
Fixes:
- FFAPI incompatibility in regard to initial login and CustomQueryPacket handling. Closes #40
- Increased robustness by setting the CustomQueryPacket's transaction ID to a large random number
- Resolved Forge 1.21.6+ modloading issue. Closes #48
- Sponge{Neo/Forge} not being able to load correctly
- Logger crash on Forge+Bukkit hybrid platforms. Closes #43. Closes #46
- Updated ported CrossStitch behavior to be consistent on all versions
- Fixed some Forge command arg serialization while doing so
- Implemented support for 1.21.9 profile properties. Closes #51
- Closes #35
- Config improvements
- Overhauled the config to allow each feature to be disabled
- Added a very simple API on top of that through the PCF class
- Now automatically reloads when saved, allowing on-the-fly changes to most settings
- Renamed from
pcf-common.tomltoproxy-compatible-forge.toml - Added some debug settings to aid in development and narrowing down issues
- Added a config entry to force-wrap all Vanilla args
Resolves the following external issues:
https://github.com/Sinytra/ForgifiedFabricAPI/issues/185 https://github.com/Sinytra/ForgifiedFabricAPI/issues/233 https://github.com/Sinytra/Connector/issues/1736 https://github.com/AllTheMods/All-the-mods-10-Sky/issues/120 https://github.com/AllTheMods/All-the-mods-10-Sky/issues/604
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:vDyrHl8l:sIUW9Tb6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vDyrHl8l:sIUW9Tb6"
}

