qqii / mcedit-filters

A repository for mcedit filters created by qqii.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mcedit-filters

A repository for mcedit filters created by qqii.

Simple Find and Replace

A simple find and replace filter. This filter looks through entities and tile entities and tries to find and replace any text it can. This includes entity names, item lore, text is books, titles and even the player name. It currently has an option to blacklist certain tag names. It also supports regex for finding strings.

REPL

A read-eval-print-loop for MCEdit, allowing programmers to quickly and easily experiment with code. MCEdit provides a simple way to select world, render world and an undo feature. As the windows versions comes pre-packaged with python2.7 it also saves the hastle of downloading and configuring virtualenviroments. To use this filter, select an area in the world and run the filter. Then type code into the command prompt as you would do with any repl. When you have finished editing the world, type "exit" to exit and return to the MCEdit gui.

mcedit

MCEdit is no longer being updated by the original creator, who is now working on MCEdit2. The original is now being updated by a new group and is called MCEdit Unified.

About

A repository for mcedit filters created by qqii.

License:MIT License


Languages

Language:Python 100.0%