.MCREATOR 文件扩展名
MCreator Workspace
| 开发者 | Pylo |
| 受欢迎程度 |
4.5 | 6 票 |
什么是 MCREATOR 文件?
An MCREATOR file is a project file used by MCreator, a Minecraft mod creation app. It contains JSON data used to open a mod or add-on creation project in MCreator. MCREATOR files are stored in an MCreator project's folder, alongside the project's assets.
更多信息
MCreator is an open-source, multiplatform application that allows Minecraft modders to create mods for Minecraft Java Edition (.JAR files) and add-ons for Minecraft Bedrock Edition (.MCPACK files). When a modder creates a new MCreator project, the program saves that project in a new directory (typically, within the MCreatorWorkspaces directory). Each project directory contains an MCREATOR file.
The MCREATOR file describes the project's contents, including mod elements, workspace settings, and the version of MCreator used to create the project. When modders load a project in MCreator, they do so by opening its MCREATOR file. MCreator uses the plain text, JSON data the MCREATOR file contains to find and load the project's assets and dependencies.
如何打开 MCREATOR 文件
You can open an MCREATOR file in MCreator (multiplatform). First, make sure the MCREATOR file is stored in the appropriate MCreator project directory. Then, open MCreator, select File → Open workspace..., and navigate to and open your MCREATOR file. After you do, the project your MCREATOR file describes will open in MCreator.
You can also open an MCREATOR file in Microsoft Notepad, Apple TextEdit, or any other text editor, to view the JSON data it contains.
