awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Querz avatar

Querz/mcaselector

0
View on GitHub↗
4,580 स्टार्स·227 फोर्क्स·Java·MIT·6 व्यूज़

Mcaselector

mcaselector is a Minecraft save file editor, world chunk selector, and region manager. It allows for the modification of the structure and size of world files by removing unwanted chunks or managing regional data.

The tool provides a visual interface for selecting specific world chunks to be exported or deleted from a save file. It enables the extraction of selected chunks and regions into separate files for backups or transfers.

The software performs low-level binary processing, including NBT parsing and coordinate-to-region mapping, to identify and modify specific world entity and tile structures. It supports in-place binary modification to delete chunks without rewriting the entire world save.

Features

  • Minecraft Save Editors - Selecting and deleting specific world chunks to reduce file size or remove unwanted areas from a game save.
  • World Layout Editing - Modifies the physical layout of a world by removing or copying specific geographic sections of the map.
  • NBT Data Processors - Decodes nested tagged binary data formats to identify and modify specific world entity and tile structures.
  • In-Place Binary Mutators - Overwrites specific byte sequences within region files to delete chunks without rewriting the entire world save.
  • Chunk Selectors - A tool for visually selecting specific Minecraft world chunks to be exported or deleted from a save file.
  • Binary Offset Indexing - Maps chunk coordinates to specific offsets within binary region files for fast random access.
  • Coordinate-to-Container Mapping - Translates individual chunk coordinates into the filenames and offsets of larger region containers.
  • File-Based Data Exports - Reads selected binary segments and writes them to new files to extract world regions for backup.
  • Spatial Coordinate Filtering - Filters world data by comparing chunk coordinates against user-defined boundary boxes to isolate specific areas.
  • Chunk Deletion - A world management feature allowing the removal of specific selected chunks from a save file to clear areas or reduce file size.
  • Chunk Extraction - Extracts specific chunks and regions from a world save into separate files for backup or transfer.

स्टार हिस्ट्री

querz/mcaselector के लिए स्टार हिस्ट्री चार्टquerz/mcaselector के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

querz/mcaselector क्या करता है?

mcaselector is a Minecraft save file editor, world chunk selector, and region manager. It allows for the modification of the structure and size of world files by removing unwanted chunks or managing regional data.

querz/mcaselector की मुख्य विशेषताएं क्या हैं?

querz/mcaselector की मुख्य विशेषताएं हैं: Minecraft Save Editors, World Layout Editing, NBT Data Processors, In-Place Binary Mutators, Chunk Selectors, Binary Offset Indexing, Coordinate-to-Container Mapping, File-Based Data Exports।

querz/mcaselector के कुछ ओपन-सोर्स विकल्प क्या हैं?

querz/mcaselector के ओपन-सोर्स विकल्पों में शामिल हैं: jaquadro/nbtexplorer — NBTExplorer is a viewer and editor for Named Binary Tag data. It functions as a processor for the hierarchical binary… lief-project/lief — LIEF is a framework for parsing, modifying, and analyzing executable binary formats and system shared caches across… longsoft/uefitool — UEFITool is a firmware analysis tool and image editor designed for parsing, visualizing, and modifying UEFI firmware… seriouscache/uabe — UABE is a specialized toolset for extracting, modifying, and converting assets stored within Unity engine bundle… hosseinmoein/dataframe — DataFrame is a C++ tabular data library and manipulation engine designed for managing heterogeneous data in contiguous… dbgate/dbgate — DbGate is a universal database management tool and SQL client that provides a unified interface for querying and…

Mcaselector के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Mcaselector के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • jaquadro/nbtexplorerjaquadro का अवतार

    jaquadro/NBTExplorer

    2,813GitHub पर देखें↗

    NBTExplorer is a viewer and editor for Named Binary Tag data. It functions as a processor for the hierarchical binary tag files used within Minecraft save files and game configuration. The tool enables the exploration and modification of game world settings, player data, and entity states. It supports reading and updating structured binary data across standard, uncompressed, and region-based file formats. The project provides capabilities for binary tag deserialization and in-place modification. It handles data through buffered stream reading, zlib-based decompression, and region-file indexi

    C#
    GitHub पर देखें↗2,813
  • longsoft/uefitoolLongSoft का अवतार

    LongSoft/UEFITool

    5,533GitHub पर देखें↗

    UEFITool is a firmware analysis tool and image editor designed for parsing, visualizing, and modifying UEFI firmware images. It functions as a specification parser that converts binary firmware data into structured formats based on standard platform interface specifications. The tool provides a visual interface to analyze the tree structure and internal data elements of UEFI platform images. It allows for the modification of firmware images to adjust system boot environments and includes capabilities to search for specific data patterns within binary images. The software covers a range of fi

    C
    GitHub पर देखें↗5,533
  • lief-project/lieflief-project का अवतार

    lief-project/LIEF

    5,462GitHub पर देखें↗

    LIEF is a framework for parsing, modifying, and analyzing executable binary formats and system shared caches across multiple platforms. It serves as a cross-platform library for the programmatic manipulation of ELF, PE, and MachO binary files. The project provides tools for altering the internal structure and sections of executable files to change program behavior. It also includes a dedicated parser for recovering individual dynamic libraries from combined system shared caches. The toolset covers binary executable analysis, machine code disassembly, and the extraction of debug metadata and

    C++
    GitHub पर देखें↗5,462
  • seriouscache/uabeSeriousCache का अवतार

    SeriousCache/UABE

    4,137GitHub पर देखें↗

    UABE is a specialized toolset for extracting, modifying, and converting assets stored within Unity engine bundle files. It functions as an asset bundle extractor and a game modding utility designed to alter 3D meshes, textures, and audio within Unity games. The project includes an asset format converter that transforms internal Unity data into common file formats for external editing. It also features a mod installer generator to create standalone installation packages from modified asset bundle files. The software provides capabilities for game resource extraction and asset conversion, allo

    C++unityunity3d
    GitHub पर देखें↗4,137
  • Mcaselector के सभी 12 विकल्प देखें→