{"id":153213,"date":"2026-06-09T09:42:50","date_gmt":"2026-06-09T06:42:50","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/terraformer\/"},"modified":"2026-06-09T09:42:50","modified_gmt":"2026-06-09T06:42:50","slug":"terraformer","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/terraformer\/","title":{"rendered":"Terraformer"},"content":{"rendered":"<p># Terraformer &#8211; Minecraft World Editing Plugin<\/p>\n<p>&#8211; _Join the Discord server, to see the current progress on the mod!_ Discord Server Link<\/p>\n<p>&#8211; **I will come up with videos on how to abuse this plugin as much as you can, the logic each brush has, tutorials and such once I have a version I&#8217;m happy with.**<\/p>\n<p>&#8211; _I was annoyed of how the current mods work, so I wanted to create an all in one terraforming tool for minecraft builders.<br \/>\nMy focus is on making this tool as easy to use as possible, as well as extremely powerfull and with no limitations.<br \/>\nI wish to implement a wide range of new features, including customizable brushes, procedural generation and advanced material application tools, so stay updated!_<\/p>\n<p>## Contact<\/p>\n<p>&#8211; Questions &#8211; Discord: ruskizeu<br \/>\n            &#8211; Or join the Discord server! Discord Server Link<br \/>\n&#8211; Issues &#8211; GitHub<\/p>\n<p>## Commands<\/p>\n<p>&#8211; `\/terraformer start` or `\/tf start` &#8211; Start terraforming mode<br \/>\n&#8211; `\/terraformer stop` or `\/tf stop` &#8211; Stop terraforming mode<br \/>\n&#8211; `\/terraformer undo` or `\/tf undo` &#8211; Undo last modification<br \/>\n&#8211; `\/terraformer redo` or `\/tf redo` &#8211; Redo last modification<br \/>\n&#8211; `\/terraformer brush <type>` or `\/tf b <type>` &#8211; Set brush type<br \/>\n&#8211; `\/terraformer size <1-9>` or `\/tf s <1-9>` &#8211; Set brush size<br \/>\n&#8211; `\/terraformer depth <1-20>` or `\/tf d <1-20>` &#8211; Set brush depth (for Paint\/Rise\/Dig brushes)<br \/>\n&#8211; `\/terraformer materials <materials>` or `\/tf m <materials>` &#8211; Set brush materials<br \/>\n&#8211; `\/terraformer materialmode <mode>` or `\/tf mm <mode>` &#8211; Set material mode<br \/>\n&#8211; `\/terraformer materialmodes` &#8211; Show all material modes<br \/>\n&#8211; `\/terraformer brushes` &#8211; Show all brush types<br \/>\n&#8211; `\/terraformer mask` &#8211; Set the mask materials<br \/>\n&#8211; `\/terraformer randomheight` &#8211; Toggle random height mode for foliage brush<br \/>\n&#8211; `\/terraform randomrotation` &#8211; Toggle random rotation for schematic brush<br \/>\n&#8211; `\/terraform schematic list` &#8211; See all available schematics<br \/>\n&#8211; `\/terraform schematic load <schematics>` &#8211; Load specified schematics<br \/>\n&#8211; `\/terraform blockupdates` &#8211; Toggles block updates when brushing<br \/>\n&#8211; `\/terraform minheight <height>` &#8211; Set the minimum height for paint brush<br \/>\n&#8211; `\/terraform maxheight <height>` &#8211; Set the maximum height for paint brush<\/p>\n<p>&#8211; Using the `-f` flag for brush size and depth forces that value to be set.<br \/>\n&#8211; Example: `\/tf s 20 -f` &#8211; Sets the brush size to 20<\/p>\n<p>## Brushes<\/p>\n<p>### Basic Brushes<br \/>\n&#8211; **Ball** &#8211; Creates a spherical shape<br \/>\n&#8211; **Erase** &#8211; Erase the blocks in a spherical area<br \/>\n&#8211; **Smooth** &#8211; Smooths terrain by averaging nearby blocks<br \/>\n&#8211; **Erode** &#8211; Erodes terrain by removing protruding blocks<br \/>\n&#8211; **Extrude** &#8211; Extrudes terrain outward based on surrounding blocks<br \/>\n&#8211; **Rise** &#8211; Raises terrain by specified depth<br \/>\n&#8211; **Dig** &#8211; Removes blocks down to specified depth<br \/>\n&#8211; **Foliage** &#8211; Places foliage<br \/>\n&#8211; **Schematic** &#8211; Places the schematic at the target block<\/p>\n<p>### Paint Brushes<br \/>\n&#8211; **Paint Top** &#8211; Paints blocks from top down<br \/>\n&#8211; **Paint Surface** &#8211; Paints only surface blocks<br \/>\n&#8211; **Paint Wall** &#8211; Paints vertical surfaces<br \/>\n&#8211; **Paint Bottom** &#8211; Paints blocks from bottom up<\/p>\n<p>## Material Modes<\/p>\n<p>### Random Mode<br \/>\n&#8211; Randomly selects materials based on specified percentages<br \/>\n&#8211; Format: `\/tf m 70%stone,30%dirt`<br \/>\n&#8211; Materials must add up to 100%<\/p>\n<p>### Layer Mode<br \/>\n&#8211; Places materials in layers<br \/>\n&#8211; Order of materials determines layer order from bottom to top<br \/>\n&#8211; Format: `\/tf m stone,dirt,grass_block`<\/p>\n<p>### Gradient Mode<br \/>\n&#8211; Creates smooth transitions between materials<br \/>\n&#8211; Position in list determines gradient position (0% to 100%)<br \/>\n&#8211; Format: `\/tf m white_concrete,gray_concrete,black_concrete`<br \/>\n&#8211; Best used with color-compatible blocks<\/p>\n<p>## Usage Examples<\/p>\n<p>### 1. Basic Sphere Brush<br \/>\n&#8220;`<br \/>\n\/tf start<br \/>\n\/tf b ball<br \/>\n\/tf s 5<br \/>\n\/tf m stone<br \/>\n&#8220;`<\/p>\n<p>### 2. Gradient Wall<br \/>\n&#8220;`<br \/>\n\/tf b paintwall<br \/>\n\/tf mm gradient<br \/>\n\/tf d 10<br \/>\n\/tf m white_concrete,light_blue_concrete,blue_concrete<br \/>\n&#8220;`<\/p>\n<p>### 3. Random Terrain<br \/>\n&#8220;`<br \/>\n\/tf b ball<br \/>\n\/tf mm random<br \/>\n\/tf m 50%stone,30%dirt,20%grass_block<br \/>\n&#8220;`<\/p>\n<p>## Brush Settings Menu<\/p>\n<p>Access the brush settings menu by right-clicking with the brush tool. The menu allows you to:<\/p>\n<p>&#8211; Change brush size (1-9)<br \/>\n&#8211; Change brush depth (1-20) for applicable brushes<br \/>\n&#8211; Select brush type<br \/>\n&#8211; Change material mode<br \/>\n&#8211; Add\/remove materials<br \/>\n&#8211; Adjust material percentages<\/p>\n<p>## Permissions<\/p>\n<p>&#8211; **terraformer.use** &#8211; Access to basic commands (default: true)<br \/>\n&#8211; **terraformer.mode** &#8211; Permission to enter terraform mode (default: op)<\/p>\n<p>## License<\/p>\n<p>This project is licensed under the **Terraformer Public Use License (TPUL)**.<\/p>\n<p>You are free to use, modify, and distribute the software, as long as you:<br \/>\n&#8211; Provide proper credit to the original author.<br \/>\n&#8211; Do not use the software for commercial purposes.<br \/>\n&#8211; Do not claim ownership or authorship of the software or its derivatives.<\/p>\n<p>For more details, see the [LICENSE](.\/LICENSE.txt) file in this repository.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A powerful world editing plugin for Minecraft that allows terraforming and building with various brushes and material modes.<\/p>\n","protected":false},"featured_media":153214,"template":"","meta":{"_minecraft_slug":"terraformer","_minecraft_project_id":"jjJ1d9MY","_minecraft_author":"flcristian","_minecraft_license":"LicenseRef-","_minecraft_downloads":1421,"_minecraft_follows":17,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"terraformer.zip","_minecraft_size_bytes":1085199,"_minecraft_version_count":7,"_minecraft_updated_at":"2026-05-16T07:27:38.463680Z","_minecraft_date_created":"2025-01-07T22:31:25.455282Z","_minecraft_date_modified":"2025-01-18T22:08:39.849343Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/terraformer","_minecraft_icon_attachment_id":153214,"_minecraft_imported_at":"2026-06-09T06:42:51+00:00","_minecraft_import_hash":"196370e89928a5b104c7cdc48dcfa3a4","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[156,89,122,126,127,128,123,92,159],"mod_loader":[132,133],"minecraft_version":[38],"class_list":["post-153213","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-decoration","mod_category-game-mechanics","mod_category-magic","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-technology","mod_category-utility","mod_category-worldgen","mod_loader-paper","mod_loader-purpur","minecraft_version-1-21-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Terraformer - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/terraformer\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Terraformer - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A powerful world editing plugin for Minecraft that allows terraforming and building with various brushes and material modes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/terraformer\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/terraformer\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/terraformer\\\/\",\"name\":\"Terraformer - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/terraformer\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/terraformer\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/terraformer-icon-0003f784f1bf1ab64f4af230da12497fef774375_96.webp\",\"datePublished\":\"2026-06-09T06:42:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/terraformer\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/terraformer\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/terraformer\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/terraformer-icon-0003f784f1bf1ab64f4af230da12497fef774375_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/terraformer-icon-0003f784f1bf1ab64f4af230da12497fef774375_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/terraformer\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Terraformer\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Terraformer - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/terraformer\/","og_locale":"en_US","og_type":"article","og_title":"Terraformer - Minecraft","og_description":"A powerful world editing plugin for Minecraft that allows terraforming and building with various brushes and material modes.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/terraformer\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/terraformer\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/terraformer\/","name":"Terraformer - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/terraformer\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/terraformer\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/terraformer-icon-0003f784f1bf1ab64f4af230da12497fef774375_96.webp","datePublished":"2026-06-09T06:42:50+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/terraformer\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/terraformer\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/terraformer\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/terraformer-icon-0003f784f1bf1ab64f4af230da12497fef774375_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/terraformer-icon-0003f784f1bf1ab64f4af230da12497fef774375_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/terraformer\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Terraformer"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/153213","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/153214"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=153213"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=153213"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=153213"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=153213"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}