Skip to content

Latest commit

 

History

History
78 lines (52 loc) · 3.68 KB

File metadata and controls

78 lines (52 loc) · 3.68 KB

Minecraft Legends: Lost Legends Repository

Welcome to the official local repository for the Minecraft Legends: Lost Legends challenges! This repository is maintained by the Legends Modding organization and serves as a comprehensive archive and development hub for all past monthly Lost Legends challenges that were originally released for Minecraft Legends.

[TODO: Refine this document.]

🌟 Project Overview

Minecraft Legends was a real-time strategy action game developed by Mojang Studios and Blackbird Interactive. The "Lost Legends" were a series of free monthly challenges that offered unique gameplay scenarios, new units, and exciting twists to the core game experience. This repository aims to preserve these challenges, provide a platform for community contributions, and potentially serve as a foundation for future modding efforts.

🚀 Getting Started

This repository contains the raw behavior packs (BP) and resource packs (RP) for each Lost Legend. To utilize these in Minecraft Legends (if the game were still actively supported or for archival/modding purposes):

  1. Clone this repository:

    git clone [REPOSITORY_URL] # (Once remote is set up)
  2. Navigate to the lost-legends directory:

    cd lost-legends
  3. Explore the bp and rp folders: Each subfolder within bp and rp corresponds to a specific Lost Legend challenge.

    • bp/: Contains the behavior packs, defining game logic, entities, and behaviors.
    • rp/: Contains the resource packs, defining textures, models, sounds, and UI elements.

🗺️ Repository Structure

lost-legends/
├── .github/                  # GitHub-specific configurations (issue templates, PR templates)
├── bp/                       # Behavior Packs for each Lost Legend
│   ├── lost_legend_01_bp/
│   ├── lost_legend_02_bp/
│   └── ...
├── rp/                       # Resource Packs for each Lost Legend
│   ├── lost_legend_01_rp/
│   ├── lost_legend_02_rp/
│   └── ...
├── .gitignore                # Specifies intentionally untracked files to ignore
├── README.md                 # This file - project overview and guide
├── LICENSE                   # Licensing information for the project
├── CONTRIBUTING.md           # Guidelines for contributing to this project
├── CODE_OF_CONDUCT.md        # Code of Conduct for community interaction
├── SECURITY.md               # Security policy and reporting guidelines
├── CHANGELOG.md              # Records of significant changes to the repository itself
├── SUPPORT.md                # Guidelines for getting support
└── CITATION.cff              # Citation information for this project

🤝 Contributing

We welcome contributions from the community! Whether it's bug fixes, documentation improvements, or new features related to the Lost Legends, your help is appreciated. Please refer to our CONTRIBUTING.md for detailed guidelines.

⚖️ License

This project is licensed under the MIT License. See the LICENSE file for more details.

🔒 Security

If you discover any security vulnerabilities, please report them responsibly by following the guidelines in SECURITY.md.

❓ Support

For questions, issues, or general support, please refer to our SUPPORT.md.

✨ Acknowledgements

Special thanks to Mojang Studios and Blackbird Interactive for creating Minecraft Legends and the engaging Lost Legends challenges. This repository is a community effort to preserve and celebrate their work.


This repository is maintained by the Legends Modding organization.