Download Airdrop Supply — Minecraft Mods — MetaMods

Airdrop Supply

Active

Downloads

0

Last update

1 year ago

Versions

1.18.2
Client and server
Forge

Airdrop Supply Mod

Custom air drop supply mod originally developed for author's modpacks.

Main Features

The modification allows customization of drop intervals and contents of falling containers. Currently available are two types of airdrops: medical (medic) and military (ammo), each with three difficulty levels - basic, medium, and advanced. You can fully customize the supply system according to your needs.

Configuration Features

For full functionality, the mod requires using a datapack. The main configuration file is located at config/airdrop_supply-common.toml

Configuration Parameters

All settings are represented by integer values:

  • AIRDROP_SPREAD_RANGE - maximum airdrop spread distance (not less than 10)
  • AIRDROP_SPAWN_INTERVAL - supply spawn frequency in ticks (not less than 100)
  • AIRDROP_DESPAWN_TIME - airdrop despawn time in ticks (not less than 100)
  • MEDIC_AIRDROP_WEIGHT - medical airdrop weight (not less than 0)
  • AMMO_AIRDROP_WEIGHT - military airdrop weight (not less than 0)
  • NO_AIRDROP_WEIGHT - no drop weight (not less than 0)

Important: The sum of MEDIC_AIRDROP_WEIGHT and AMMO_AIRDROP_WEIGHT must exceed 1, otherwise a crash will occur.

Level Settings

  • BASIC_BASE_WEIGHT - basic weight of normal airdrops (not less than 0)
  • BASIC_MULTIPLE_WEIGHT - weight multiplier of normal airdrops (not less than 0)
  • MEDIUM_BASE_WEIGHT - basic weight of medium airdrops (not less than -10000)
  • MEDIUM_MULTIPLE_WEIGHT - weight multiplier of medium airdrops (not less than -10000)
  • ADVANCED_BASE_WEIGHT - basic weight of advanced airdrops (not less than -10000)
  • ADVANCED_MULTIPLE_WEIGHT - weight multiplier of advanced airdrops (not less than -10000)

Weight calculation for different levels: Weight = BASE_WEIGHT + DAY * MULTIPLE_WEIGHT. If weight is less than 1, airdrop of that level will not appear.

Working with Datapacks

The mod requires six loot tables in the datapack. Examples can be found in data/airdrop_supply/loot_tables:

  • airdrop_supply/medic_basic - table for basic medical airdrops
  • airdrop_supply/medic_medium - table for medium medical airdrops
  • airdrop_supply/medic_advanced - table for advanced medical airdrops
  • airdrop_supply/ammo_basic - table for basic military airdrops
  • airdrop_supply/ammo_medium - table for medium military airdrops
  • airdrop_supply/ammo_advanced - table for advanced military airdrops

Summon Commands

Format: /airdrop x y z (Airdrop Level) (Airdrop Type) Works only in the overworld.

Project members
wumengzhixing

wumengzhixing

Developer

wu_meng

wu_meng

Created: 17 Aug 2024

ID: 50579