Skip to content

arvitus/mcascripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mcascripts

A collection of custom filter scripts for the Minecraft world editor MCASelector.

Contents

Filters

Filters do not modify the world, they only select the chunks where the filter is true. They can be used in the Filter chunks (Ctrl + F) dialog of MCA.

  • BlockEntityCounter | Output the amount of a certain block entity to a file
  • ChestFiller | Select all chunks where changes would occur, when ran as a modifier
  • ChunkCleanup by _adamo_ | Select all chunks that contain none of the specified blocks, block entities or entities
  • ContainsBiomes | Select all chunks that contain any of the specified biomes
  • ContainsTopLevelTag | Select all chunks that contain the specified top level tag
  • FindMobs | Output the location of all mobs of the specified type to a file

Modifiers (Change NBT)

Modifiers DO modify the world and don't select any chunks. They can be used in the Change NBT (Ctrl + N) dialog of MCA.

Warning

As always when using MCA Selector, make a backup before using!

What about a filter that does xyz?

If you need a filter that does xyz, please open an issue, and I'll take it on when I have time.
You can also just create a PR if you want to add your own filters.

About

A collection of custom filter scripts for MCA Selector

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages