HomeJavaModsPaojiao134's Airdrop
Paojiao134's Airdrop
ModsJava

Paojiao134's Airdrop

by Paojiao134 · on Modrinth

Within the game, you can summon drop-offs by using commands and customize the contents of the drop-offs. Free Minecraft Java mod for 1.20.1, 1.20.2…

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.20.1–1.21.11 · Forge⬇ Download for 1.21.1–1.21.11 · NeoForge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
Paojiao134's Airdrop — screenshot 1

Airdrop Mod

English | 中文

Version: 1.0
Minecraft Version: 1.20.1
Mod Loader: Forge 47+
Author: Alku


Introduction

Airdrop is a server-oriented Minecraft mod that adds an exciting airdrop system. Players can summon airdrop crates using flare guns, which slowly descend from the sky bringing valuable supplies. The mod supports custom loot pools, scheduled airdrops, range restrictions, and more.


Items

Flare Gun

Disposable Flare Gun

Range Limiter


Airdrop Entity

Airdrop Crate Properties

Property Description
Inventory Size 27 slots (equivalent to a large chest)
Drop Height Y = 300
Drop Duration Approximately 2 minutes
Drop Speed 0.0983 blocks/tick

Descent Process

  1. Airdrop crate starts descending from Y=300
  2. Produces flame and smoke particle trails during descent
  3. Triggers server-wide notification upon landing

Landing Effects

Interaction


Command System

All commands require OP level 2 or higher permission.

Basic Commands

Command Description
/airdrop summon Summon an airdrop crate at a random location

Loot Pool Management

Command Description
/airdrop edit <name> Open GUI to edit specified loot pool
/airdrop delete <name> Delete specified loot pool

Config Import/Export

Command Description
/airdrop export <name> Export single loot pool to JSON file
/airdrop import <filename> Import loot pool from JSON file
/airdrop exportall [filename] Export all loot pools (default filename: airdrop_all)
/airdrop importall <filename> Import all loot pools from JSON file

Scheduled Airdrops

Command Description
/airdrop schedule list List all scheduled airdrop tasks
/airdrop schedule add <name> <time> <chance> Add scheduled airdrop task
/airdrop schedule remove <name> Remove scheduled airdrop task

Parameter Description:

Other

Command Description
/airdrop particles Toggle airdrop particle effect display (client-side)

Scheduled Airdrop System

Scheduled airdrops allow the server to automatically generate airdrops at specific times.

Configuration Example

/airdrop schedule add morning 6000 0.3

This will trigger a 30% chance of airdrop at game time 6000 (noon).

How It Works


Airdrop Range System

Range Priority

  1. World Border Integration (if border_weaver mod is installed)
  2. Manually Set Range (via Range Limiter)
  3. Random Around Player (default: player position ±100 blocks)

World Border Support

The mod automatically detects world borders, ensuring airdrops always spawn within bounds.


Configuration Files

Configuration files located at: config/airdrop/

Main Config (Forge Config)

# Whether to log the dirt block
logDirtBlock = true

# Magic number
magicNumber = 42

# Magic number introduction
magicNumberIntroduction = "The magic number is... "

# Item list
items = ["minecraft:iron_ingot"]

Loot Pool System

Loot Pool Concept

Loot pools are the random source for items in airdrop crates. Each loot pool contains 27 item slots, and a random pool is selected when an airdrop spawns.

Creating Loot Pools

  1. Use command /airdrop edit <name> to open edit interface
  2. Place items in the opened chest interface
  3. Close interface to auto-save

Loot Pool Files

Loot pool configurations are saved in world data and can be backed up or shared via export functionality.


Mod Compatibility

Mod Compatibility
border_weaver Optional dependency, provides world border integration

Installation

  1. Ensure Forge 47+ is installed (Minecraft 1.20.1)
  2. Place mod JAR file in mods folder
  3. Launch the game

Development Info


FAQ

Q: Airdrops don't generate items?

A: Make sure at least one loot pool is created. Use /airdrop edit <name> to create one.

Q: How to modify airdrop descent speed?

A: Current descent speed is fixed at approximately 2 minutes. To modify, you need to edit AirdropEntity.java in the source code.

Q: Can airdrops be set in specific biomes?

A: Not currently supported, but similar effect can be achieved using the Range Limiter.


Changelog

1.0

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more