Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
0.2
Beta
Valkyrie 0.22 years ago 30.9K
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Changelog File (Include Previous Versions)
Valkyrie Version 0.2 Changelog - 2024-04-04
Added
- Warning screen system to notify of potential frictions between Valkyrie and other mods
- Added warning for using OptiFine
- Built in support for Mantle for the MC-67532 fix
- Built in support for Overloaded Armor Bar for the MC-67532 fix
- When in a deobfuscated environment, "Development Environment" will be added after the name of the window
- Added terrain wireframe debug config
- Added configuration for the MC-67532 fix
- Added configuration for fancy leaves independent of the Minecraft general graphics settings
- Added leaves culling
- Added keybinding to open the config GUI
- Added F3 shortcuts for clouds and terrain wireframe
- Added missing
MCVersionattribute to theValkyriePlugin
Changed
- Changed the upper limit for the
Zoom Multiplierto 10 - Reduced default cloud render distance
- Updated to Red Core 0.5
Fixed
- Fixed OptiFine compatibility (Keep in mind that parts of Valkyrie are disabled when paired with OptiFine)
- Fixed Essential compatibility
- Fixed not being able to disable clouds
- Fixed certain model rotations being broken, (For example, the witch while drinking her potion)
- Fixed large entities dissapearing when in empty chunks (For example, the ender dragon in the end)
- Fixed Valkyrie not declaring Red Core as a dependency
- Fixed clouds taking a quarter second to appear when joining a world
- Fixed incompatibility with RenderLib 1.3.3+
Optimized
- Optimized
RenderGlobal#setupTerrainwhich improves rendering speed - Optimized
RenderGlobal#getRenderChunkOffsetwhich improves rendering speed - Optimized
WorldVertexBufferUploader#drawwhich improves rendering speed - Optimized
ViewFrustumwhich reduce FPS drops when blocks are updated, improves the speed of loading render chunks and reduce lag when loading renderer (Changing graphics settings, loading into world) - Optimized
ModelRenderer#renderrotations and translations which are now more than two times faster (Thanks [Nessiesson], [Ven]) - Optimized
ModelRenderer#renderWithRotationwhich should improve rendering speed of models (Thanks [Nessiesson], [Ven]) - Optimized
ModelRenderer#postRenderwhich should improve rendering speed of models (Thanks [Nessiesson], [Ven])
Internal
- Switched to new groupId
- Fully switched to Red Core
- Switched to gradle-buildconfig-plugin entirely for project constants
- Switched to Gradle Kotlin DSL
- General project cleanup
- Updated RetroFuturaGradle to version 1.3.34
- Updated foojay-resolver to version 0.8.0
- Updated io.freefair.lombok to version 8.6
- Updated org.jetbrains.gradle.plugin.idea-ext to version 1.1.8
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Valkyrie-0.2-sources.jar | Unknown | 219.4 KiB |
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:7oQEzy1U:GNcO4lz2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7oQEzy1U:GNcO4lz2"
}

