Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 months ago
All versions
2.0.0
Release
Simply Airdrops 2.0.0last month 483
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Simply Airdrops 2.0.0
This update focuses on bug fixes, improved compatibility, customization options, and a new immersive way to call in airdrops.
Added
- Added a new Flare Gun item for calling airdrops.
- Added flare-launching visual effects, including red trail particles, smoke effects, and a firework-style burst.
- Added airplane sound effects when using the Flare Gun.
- Added Flare Gun loot spawns to Pillager Outposts, Desert Pyramids, and Shipwreck Supply Chests.
- Added a configurable airdrop spawn height option.
- Added configuration options for Radio Controller consumption and craftability.
- Added new 2D inventory icons for crate items.
Changed
- Airdrops no longer spawn at a hardcoded Y=400 by default.
- The Radio Controller recipe is now properly displayed in JEI when crafting is enabled.
- Improved airdrop visibility by extending the red particle trail.
- Updated crate inventory icons with clearer 2D sprites.
Fixed
- Fixed airdrops getting stuck in the sky when using optimization and entity-culling mods.
- Fixed broken TacZ attachment loot appearing in weapon crates.
- Fixed the Radio Controller recipe not appearing in JEI.
- Fixed several minor loot table and compatibility issues.
Optional dependencies
Any compatible version
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:aLnr371z:doQ79ewI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aLnr371z:doQ79ewI"
}

