Schematic Brush Reborn is a revive of the old Schematic Brush.
However it is not really the old schematic brush and has a way better usability. It features several new features which will make creating Schematic Brushes as simple as possible!
Use the text editor to adjust your schematic brush blazingly fast. You dont need to remember commands anymore. Just click and it will happen!
Use the selectors to directly select only the schematics you want. Select them by name, directory or use a regex if you want.
Full control how you paste. Use different placing methods, apply and offset, prevent block replacements.
Want more diversity? Use the schematic modifier to apply different rotations or flips on your schematic.
Save your favourite schematic sets as a preset to load them quickly when you need them again. You can have your own personal presets or share them globally with other users on your server.
See what you will paste before you paste. You can even adjust the rotation or the flip direction.
You miss something? Use the api to add your own schematic modifier or selectors. See the wiki for a example.
Gradle
repositories {
maven("https://eldonexus.de/repository/maven-public")
}
dependencies {
compileOnly("de.eldoria", "schematicbrushreborn-api", "version")
}
Maven
<repository>
<id>EldoNexus</id>
<url>https://eldonexus.de/repository/maven-public/</url>
</repository>
<dependency>
<groupId>de.eldoria</groupId>
<artifactId>schematicbrushreborn-api</artifactId>
<version>version</version>
</dependency>