How do i convert it to .mcreator

Started by justyoutube on

Topic category: Help with MCreator software

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do i convert it to .mcreator

now, im well aware its impossible to directly convert so how do i go on about RECREATING it, since i know the .jar file was a .mcreator originally

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you'd have to know java…
Mon, 09/15/2025 - 19:23

you'd have to know java programming very well

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
cant i just export .java…
Mon, 09/15/2025 - 21:26

cant i just export .java from the .class files and copy paste?

 

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
no, while mcreator generates…
Mon, 09/15/2025 - 21:29

no, while mcreator generates java files; to be able to actually see the elements as elements in your workspace you'd have to actually understand the java code it generates, so you can recreate it.