All versions
1.21.1-2.0
Release
RCW [1.21.1] 2.02 years ago 694
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog File (Include Previous Versions)
Re-Crystallized Wing Version 2.0 Changelog - 2024-08-14
Changed
- Changed loot tables to be closer to the original
- Changed logo in the mod menu
- Changed description in the mod menu
- Changed the mod ID (Items will be automatically converted, achievements will be lost)
Fixed
- Fixed Crystal Wings not working after the player's bed was broken
- Fixed Burnt Wings and Ender Scepter not playing any sounds when the nostalgic "Nostalgic Sounds" config was enabled
Internal
- Updated to io.freefair.lombok 8.7.1
- Updated to foojay-resolver 0.8.0
- Updated to org.jetbrains.gradle.plugin.idea-ext 1.1.8
- Updated to Gradle 8.8
- Updated to RetroFuturaGradle to version 1.4.1
- Switched from RetroFuturaGradle tags to gradle-buildconfig-plugin
- Switched to Gradle Kotlin DSL
- Switched to the new standard
gradle.properties - Switched to CurseUpdate for update checking
- Set a minimum Gradle Daemon JVM version requirement
- General cleanup
- Automated building the resource packs
- Remade the build script
Nostalgic Models Resource Pack
Added
- Added credits to DaftPVF in the description
- Added version number to the name and description
Changed
- Reworded the description
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Re-Crystallized-Wing-[1.21.1]-2.0-sources.jar | Unknown | 540.56 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:4ujb6dg7:kh388OYz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4ujb6dg7:kh388OYz"
}

