Mod

Airdrop Supply

Quick rating

Airdrop Supply

No reviews yet

Random air drops of supplies

No Theme
No Genre
World Gen Improvements
Modpack Customization Tool
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
airdrop_supply-1.1.1.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

A custom Airdrop Supply mod
Developed specifically for my modpacks

In this mod, you can customize the time you want to drop supplies and the loot box you want to drop

There are currently two types (medical drop: medic, military drop: ammo) and three levels (basic, medium, advanced) of Airdrop Supply. You can customize the Airdrop Supply according to your needs.


This mod needs to be used with a Datapack to be fully effective and is a mod for modpack authors.
Configuration file
A standard configuration file is at config/airdrop_supply-common.toml

### Configuration Options
All configuration options are as follows (all integers) :

AIRDROP_SPREAD_RANGE = Maximum distance of airdrop supply spread, not less than 10
AIRDROP_SPAWN_INTERVAL = how often airdrop supplies appear, in ticks, not less than 100
AIRDROP_DESPAWN_TIME = how long it takes for airdrop supplies to disappear, in ticks, not less than 100
MEDIC_AIRDROP_WEIGHT = Weight of medical type of airdrop supply, not less than 0
AMMO_AIRDROP_WEIGHT = Weight of military type airdrop supply, not less than 0.
NO_AIRDROP_WEIGHT = No drop supply weight, not less than zero.

Please note that the sum of MEDIC_AIRDROP_WEIGHT and AMMO_AIRDROP_WEIGHT should be greater than 1. Otherwise it will crash.

BASIC_BASE_WEIGHT = the base weight of a normal airdrop supply, not less than 0.
BASIC_MULTIPLE_WEIGHT = the weight of the normal airdrop supply, not less than 0.
MEDIUM_BASE_WEIGHT = the base weight of the intermediate airdrop supply, not less than -10000
MEDIUM_MULTIPLE_WEIGHT = the weight of the intermediate airdrop supply, not less than -10000
ADVANCED_BASE_WEIGHT = the base weight of the advanced airdrop supply, not less than -10000
ADVANCED_MULTIPLE_WEIGHT = the weight of an advanced drop supply, not less than -10000.

Weights for different levels are calculated as follows: Weight = BASE_WEIGHT + DAY * MULTIPLE_WEIGHT (added weight) 
Weight less than 1 means that airdrop supply will not appear at that level.


Datapack.
This mod Datapack needs to include six loot tables, how to make and use the Datapack is not described here.
You can check the mod's data/airdrop_supply/loot_tables, which contains the six loot tables.
Among them:
airdrop_supply/medic_basic corresponds to the loot tables for normal medical airdrop supplies
airdrop_supply/medic_medium corresponds to the loot tables of the intermediate medical airdrop supplies.
airdrop_supply/medic_advanced corresponds to the loot table of an advanced medical airdrop supplies.
airdrop_supply/ammo_basic corresponds to the loot table of a normal military airdrop supply.
airdrop_supply/ammo_medium corresponds to the loot table of an intermediate military airdrop supplies.
airdrop_supply/ammo_advanced corresponds to the loot table of an advanced military airdrop supplies.


Airdrop Supply Summoning Commands
Format: /airdrop x y z (Airdrop level) (Airdrop type)
Valid only in overworld.

A custom Airdrop Supply mod Developed specifically for my modpacks

In this mod, you can customize the time you want to drop supplies and the loot box you want to drop

There are currently two types (medical drop: medic, military drop: ammo) and three levels (basic, medium, advanced) of Airdrop Supply. You can customize the Airdrop Supply according to your needs.

This mod needs to be used with a Datapack to be fully effective and is a mod for modpack authors. Configuration file A standard configuration file is at config/airdrop_supply-common.toml

Configuration Options

All configuration options are as follows (all integers) :

AIRDROP_SPREAD_RANGE = Maximum distance of airdrop supply spread, not less than 10 AIRDROP_SPAWN_INTERVAL = how often airdrop supplies appear, in ticks, not less than 100 AIRDROP_DESPAWN_TIME = how long it takes for airdrop supplies to disappear, in ticks, not less than 100 MEDIC_AIRDROP_WEIGHT = Weight of medical type of airdrop supply, not less than 0 AMMO_AIRDROP_WEIGHT = Weight of military type airdrop supply, not less than 0. NO_AIRDROP_WEIGHT = No drop supply weight, not less than zero.

Please note that the sum of MEDIC_AIRDROP_WEIGHT and AMMO_AIRDROP_WEIGHT should be greater than 1. Otherwise it will crash.

BASIC_BASE_WEIGHT = the base weight of a normal airdrop supply, not less than 0. BASIC_MULTIPLE_WEIGHT = the weight of the normal airdrop supply, not less than 0. MEDIUM_BASE_WEIGHT = the base weight of the intermediate airdrop supply, not less than -10000 MEDIUM_MULTIPLE_WEIGHT = the weight of the intermediate airdrop supply, not less than -10000 ADVANCED_BASE_WEIGHT = the base weight of the advanced airdrop supply, not less than -10000 ADVANCED_MULTIPLE_WEIGHT = the weight of an advanced drop supply, not less than -10000.

Weights for different levels are calculated as follows: Weight = BASE_WEIGHT + DAY * MULTIPLE_WEIGHT (added weight) Weight less than 1 means that airdrop supply will not appear at that level.

Datapack. This mod Datapack needs to include six loot tables, how to make and use the Datapack is not described here. You can check the mod's data/airdrop_supply/loot_tables, which contains the six loot tables. Among them: airdrop_supply/medic_basic corresponds to the loot tables for normal medical airdrop supplies airdrop_supply/medic_medium corresponds to the loot tables of the intermediate medical airdrop supplies. airdrop_supply/medic_advanced corresponds to the loot table of an advanced medical airdrop supplies. airdrop_supply/ammo_basic corresponds to the loot table of a normal military airdrop supply. airdrop_supply/ammo_medium corresponds to the loot table of an intermediate military airdrop supplies. airdrop_supply/ammo_advanced corresponds to the loot table of an advanced military airdrop supplies.

Airdrop Supply Summoning Commands Format: /airdrop x y z (Airdrop level) (Airdrop type) Valid only in overworld.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~100,000
Total Downloads
CurseForge
~98,000
Modrinth
~1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync