Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 months ago
Updated 2 weeks ago
All versions
2.1.0
Release
Simply Airdrops 2.1.02 weeks ago 166
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Simply Airdrops v2.1.0
A major configuration and QoL update focused on giving server owners more control over airdrops.
Added
Spawn Control
- Minimum & maximum player spawn distance
- Spawn radius control
- Biome & dimension blacklist
- Ocean spawn blacklist toggle
Item Settings
- Radio & Flare durability
- Radio & Flare cooldowns
- Custom smoke colors
Server QoL
- Crate despawn timer
- Custom announcement messages
- Custom warning & location messages
- Toggle coordinate display
- Custom Radio & Flare use messages
Optional Mob Guards
- Configurable vanilla & modded mob defenders
- Custom mob list, count & spawn radius
- Disabled by default
- Safe server-side entity validation
In-Game Config GUI
- Cloth Config support
- Mods menu config button
- Organized categories with tooltips
- Live in-game config editing
Improvements
- Better config validation
- Improved dedicated server compatibility
- Config values now properly affect gameplay
- General code cleanup and stability improvements
Fixes
- Fixed Medical Crate loot.
- Fixed several loot tables that could not be edited through JSON configs.
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:oOQ13XTh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aLnr371z:oOQ13XTh"
}

