Transferring mod elements to another mod?

Started by AlexMuseMatrix on

Topic category: General Minecraft forum

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Transferring mod elements to another mod?

How do I transfer mod elements to another mod, for example, If I have 230 blocks, 140 items, and 300+ recipies, and I need to transfer all of them to another workspace because the gradle code corrupted on the other one, how do I transfer all of it to the other workspace.

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Go to your mod element and…
Fri, 11/08/2024 - 20:14

Go to your mod element and press “generate code”. Copy the result. Go to your other mod, create an element of the same type, press generate code and respace the text (ctrl-v).

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
But I have over 800 elements…
Fri, 11/08/2024 - 20:42

But I have over 800 elements, it would be easier just to re-create the entire mod from scratch

Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have a simular problem,…
Wed, 11/20/2024 - 03:30

I have a simular problem, but I'm trying to copy stuff from a Bedrock mod to a Java one.

Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Same. I would like to have a…
Wed, 11/20/2024 - 03:41

Same. I would like to have a datapack version and a forge version of the same mod.