Skip to content

A collection of custom filter scripts for MCA Selector

Notifications You must be signed in to change notification settings

arvitus/mcascripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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.

  • ContainsBiomes | Select all chunks that contain any of the specified biomes
  • FindMobs | Output the location of all the mobs of the specified type to a file

Modifiers

Modifiers DO modify the world and don't select any chunks.

Warning

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

  • ChestFiller | Fill all chests with the specified item(s)
  • ReplaceBiomes | Replace one or more biomes with another biome
  • ReplaceBiomePairs | Perform multiple biome replacements with unique source & destination biomes
  • ReplaceBlocks | Replace one or more blocks with another block
  • ReplaceBlockPairs | Perform multiple block replacements with unique source & destination blocks

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

Languages