Version of MCreator for forge 1.18.1

Started by Zilo on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Mar 2022
Points:
479

User statistics:

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

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

Active 3 years ago
Joined Apr 2022
Points:
468

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
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).

Active 2 years ago
Joined Mar 2022
Points:
524

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 65
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,]"

 

Active 3 years ago
Joined Apr 2022
Points:
468

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
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?

Active 3 years ago
Joined Apr 2022
Points:
468

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
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?

Active 1 year ago
Joined May 2020
Points:
671

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 32
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?

Active 6 hours ago
Joined Jul 2025
Points:
326

User statistics:

  • Modifications: 5
  • Forum topics: 16
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 376
MCreator only supports Java…
Sun, 08/03/2025 - 02:59

MCreator only supports Java 16, I don't know if version 1.18.1 supports Java 16 but I don't understand Java.