Version of MCreator for forge 1.18.1

Started by Zilo on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Version of MCreator for forge 1.18.1

Just wondering what snapshot of MCreator to download for making mods on forge 1.18.1

Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think it's a generator and…
Sun, 04/03/2022 - 16:23

I think it's a generator and in download link say "1.18.X" is possible to get 1.18.1 but you need the generator "MINECRAFT FORGE FOR 1.18.1".

 

For exemple, I have the Forge 1.18.1 (39.0.10).

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
One thing you can do is to…
Sun, 04/03/2022 - 17:24

One thing you can do is to make your mod for 1.18.2 and then manually edit the JAR file to change the version compatibility.  I use 7zip to view and edit the contents of the JAR archive.  Go to YourMod.jar > META-INF > mods.toml

 

Change :

    versionRange="[1.18.2]"

 

to :

    versionRange="[1.18,]"

 

Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
And the "," made my mod to…
Mon, 04/04/2022 - 18:41

And the "," made my mod to all 1.18 like a mod 1.18.X worked a 1.18.2 and 1.18.1?

Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh wait! My Mcreator is the…
Mon, 04/04/2022 - 18:55

Oh wait! My Mcreator is the EAP 2022.1 b12711 can working for that Valirane?

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tried doing the…
Sun, 07/31/2022 - 22:18

I tried doing the versionRange but when I try loading to 1.18.1 it says it requires something? Any thoughts?