This is information for players using MiniaTuria 1.12.2 on Java Edition! With building support mods like WorldEdit (WE) and FastAsyncWorldEdit (FAWE), you can rotate or flip selected blocks using commands such as //rotate and //flip. However, with MiniaTuria 1.12.2’s added blocks, this normally does not work. That’s because the custom block IDs are not registered in WE / FAWE. (*Note: This works with MiniaTuria Legacy.) That’s a problem!! You want to quickly copy and flip half of a roof!! But using the method below, you can actually use //rotate and //flip!
Overview
- Introducing a blog post by Chikage that explains how to enable FAWE rotate/flip for mod-added blocks!
How to Register Block IDs Using ForgeUtils
By using a mod called ForgeUtils, you can export block IDs added by mods so they work with FAWE! Chikage explains the process in detail on their blog. They even modified the discontinued ForgeUtils source code so it works properly—huge thanks for that! 🙏 The blog also includes a download link for ForgeUtils, so if you’ve been struggling with MiniaTuria building using WE, be sure to check it out! (FAWE only) Please note: be sure to read and follow all precautions before downloading.
