File Details
Aeronautics Delivery Quests 1.0.1 (NeoForge 1.21.1)
- R
- May 29, 2026
- 64.48 KB
- 123
- 1.21.1
- NeoForge
File Name
aeronautics_delivery_quests-1.0.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Aeronautics Delivery Quests (ADQ) - v1.0.1 Changelog
Core Mechanics & Standalone Architecture
- Standalone Mod: Stripped all FTB Chunks, Teams, and Library requirements from compilation, config, and runtime scripts, making ADQ 100% independent.
- Safe Air Spawning: Re-engineered physical spawning to check solid surface footprints and ensure 100% empty air columns. Cargo spawns 3 blocks in the air and drops cleanly under gravity.
- Vertical Spawning Safety Fallback: Added a sky fallback (spawns cargo 4 blocks above solid ground) if flat ground is unavailable, preventing clipping into village structures/ground. Removed legacy floating grass block placements.
Custom Quest JSON Configurations
- Admins JSON Pool (
custom_quests.json): Added a dedicated GSON database atconfig/aeronautics_delivery_quests/custom_quests.json(auto-generates example templates on startup) allowing custom names, descriptions, mass classes, NBT templates, and rewards. - Mix Ratio Tuning: Added
customQuestsChance(default 0.5) double config parameter underADQConfigto set the percentage ratio of custom JSON quests versus procedural generation. - Instant Hot-Reloads: Integrated JSON reloader directly into the
/adq reloadcommand and chest-GUI reload button for real-time refreshes without a server restart.
Exploit Protection & Chest-GUI Command Panel
- Anti-Loot Balance: Swapped
minecraft:netherite_blockin the Heavy schematic withminecraft:polished_deepslateand programmed the manager to overwrite legacy/OP config files on startup. Guaranteed all default schematics use exactlysimulated:rope_connector. - Chest-GUI Redesign: Restructured the board to limit quest maps to slots 0–17 (respecting
maxActiveQuestsPerBoard). Converted the bottom row (slots 18–25) into a command dashboard for Reissuing Compass, Cancelling Contract, and OP-level 2 Admin Commands (Generate, Delete All, Reload).