- 
                Notifications
    
You must be signed in to change notification settings  - Fork 209
 
add appstream file for linux #562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Open
      
      
            zefr0x
  wants to merge
  1
  commit into
  Querz:master
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
zefr0x:add-appstream-file
  
      
      
   
  
    
  
  
  
 
  
      
    base: master
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          
  
     Open
                    Changes from all commits
      Commits
    
    
  File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <component type="desktop-application"> | ||
| <id>net.querz.mcaselector</id> | ||
| <metadata_license>CC0-1.0</metadata_license> | ||
| <project_license>MIT</project_license> | ||
| <name>MCA Selector</name> | ||
| <summary>Manage Minecraft chunks</summary> | ||
| <description> | ||
| <p>MCA Selector is an external tool for Minecraft Java Edition that lets you visualize, select, export, or delete world chunks and region files.</p> | ||
| <p>Common uses: trim large worlds, remove corrupted chunks, and export/import regions.</p> | ||
| <p>Key features:</p> | ||
| <ul> | ||
| <li>Top-down map view — visual overview of regions and chunks for quick navigation and selection.</li> | ||
| <li>Customizable overlays — display per-chunk values as color gradients with configurable min/max to visualize world data.</li> | ||
| <li>Dimension switching — open/edit Overworld, Nether, and End (DIM-1/DIM1) region folders.</li> | ||
| <li>Select/edit chunks individually or in groups</li> | ||
| <li>Powerful chained filters — select chunks/regions by data version, last updated time, player inhabited time, coordinates, modification date and more (even scripting custom filters); multiple conditions can be combined for precise queries.</li> | ||
| <li>Chunk Editor — view and edit the full NBT structure of a chunk, including POI and entity data; supports rename, add, delete, and drag‑and‑drop moves.</li> | ||
| <li>Easy chunk import/export — copy chunks from one world to another.</li> | ||
| <li>NBT Changer — modify specific NBT values directly in world files.</li> | ||
| <li>Chunk regeneration (delete to let Minecraft regenerate with new terrain)</li> | ||
| </ul> | ||
| <p>Note that you should always back up your world before editing it with MCA Selector.</p> | ||
| </description> | ||
| <launchable type="desktop-id">net.querz.mcaselector.desktop</launchable> | ||
| <developer id="net.querz"> | ||
| <name>Querz</name> | ||
| </developer> | ||
| <content_rating type="oars-1.1" /> | ||
| <url type="homepage">https://github.com/Querz/mcaselector</url> | ||
| <url type="bugtracker">https://github.com/Querz/mcaselector/issues</url> | ||
| <url type="help">https://github.com/Querz/mcaselector/wiki</url> | ||
| <url type="translate">https://github.com/Querz/mcaselector/wiki/Translation</url> | ||
| <url type="vcs-browser">https://github.com/Querz/mcaselector</url> | ||
| <url type="contribute">https://github.com/Querz/mcaselector/wiki/Contributing</url> | ||
| <screenshots> | ||
| <screenshot type="default"> | ||
| <image>https://raw.githubusercontent.com/wiki/Querz/mcaselector/images/Navigation/overview_zoomed_out.png</image> | ||
| <caption>World overview</caption> | ||
| </screenshot> | ||
| <screenshot> | ||
| <image>https://raw.githubusercontent.com/wiki/Querz/mcaselector/images/Navigation/overview_nether_layers.png</image> | ||
| <caption>Nether overview</caption> | ||
| </screenshot> | ||
| <screenshot> | ||
| <image>https://raw.githubusercontent.com/wiki/Querz/mcaselector/images/Selections/selections.png</image> | ||
| <caption>Selecting chunks</caption> | ||
| </screenshot> | ||
| <screenshot> | ||
| <image>https://github.com/Querz/mcaselector/wiki/images/Chunk-Filter/filter_chunks.png</image> | ||
| <caption>Chunk filters</caption> | ||
| </screenshot> | ||
| <screenshot> | ||
| <image>https://github.com/Querz/mcaselector/wiki/images/Overlays/overlays.png</image> | ||
| <caption>Overlays</caption> | ||
| </screenshot> | ||
| <screenshot> | ||
| <image>https://github.com/Querz/mcaselector/wiki/images/Chunk-Editor/edit_chunk.png</image> | ||
| <caption>Chunk editor</caption> | ||
| </screenshot> | ||
| <screenshot> | ||
| <image>https://github.com/Querz/mcaselector/wiki/images/Chunk-Import/import_chunks.png</image> | ||
| <caption>Chunk import</caption> | ||
| </screenshot> | ||
| <screenshot> | ||
| <image>https://github.com/Querz/mcaselector/wiki/images/NBT-Changer/change_nbt.png</image> | ||
| <caption>NBT changer</caption> | ||
| </screenshot> | ||
| </screenshots> | ||
| <releases> | ||
| <release version="2.5.3" date="2025-06-18"> | ||
| <url>https://github.com/Querz/mcaselector/releases/tag/2.5.3</url> | ||
| </release> | ||
| </releases> | ||
| </component> | ||
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to modify those. I'm not sure if there was wrong information or something missing.