I can't move objects from my mods to the folders in the workspace

Started by Draglis008 on

Topic category: Help with MCreator software

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I can't move objects from my mods to the folders in the workspace

I can't move objects from my mods to the folders in the workspace

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
github or MCreator?  
Sun, 03/28/2021 - 16:41

github or MCreator?

 

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mcreator the new version  
Sun, 03/28/2021 - 16:47

Mcreator the new version

 

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think what he means is, in…
Mon, 03/29/2021 - 06:29

I think what he means is, in the new snapshot, you can make folders for organizing your workspace, but he is unable to drag and drop things into those folders, as far as I know that isn't a feature, you need to create the items within the folders themselves, maybe we can post a feature request to make items moveable.

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
One of the things to do if…
Sat, 02/04/2023 - 23:21

One of the things to do if you ain't able to move to a folder mod elements (like if you're new), open the *.mcreator file in a text editor while MCreator is not used, then search for the object name to move, put a comma after registry name then copy this code under it:

"path": "~/(Folder name)/(Subfolder name if needed)"

Change folder to folder name and subfolder if needed, save changes and then open file in MCreator. Your object as moved into that folder!

However, I don't recommend that as you can accidentally modify the workspace and damage the mod. Do this at your own risk!