Started by Zilo on Mon, 03/14/2022 - 22:00 Topic category: Help with Minecraft modding (Java Edition) Just wondering what snapshot of MCreator to download for making mods on forge 1.18.1 Jump to top There is none, there is only a snapshot for 1.18.2 you can get it here: https://mcreator.net/download/snapshots Jump to top Permalink Log in or register to post comments 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). Jump to top Permalink Log in or register to post comments 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,]" Jump to top Permalink Log in or register to post comments And the "," made my mod to all 1.18 like a mod 1.18.X worked a 1.18.2 and 1.18.1? Jump to top Permalink Log in or register to post comments Oh wait! My Mcreator is the EAP 2022.1 b12711 can working for that Valirane? Jump to top Permalink Log in or register to post comments I tried doing the versionRange but when I try loading to 1.18.1 it says it requires something? Any thoughts? Jump to top Permalink Log in or register to post comments
There is none, there is only a snapshot for 1.18.2 you can get it here: https://mcreator.net/download/snapshots Jump to top Permalink Log in or register to post comments
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). Jump to top Permalink Log in or register to post comments
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,]" Jump to top Permalink Log in or register to post comments
And the "," made my mod to all 1.18 like a mod 1.18.X worked a 1.18.2 and 1.18.1? Jump to top Permalink Log in or register to post comments
Oh wait! My Mcreator is the EAP 2022.1 b12711 can working for that Valirane? Jump to top Permalink Log in or register to post comments
I tried doing the versionRange but when I try loading to 1.18.1 it says it requires something? Any thoughts? Jump to top Permalink Log in or register to post comments
There is none, there is only a snapshot for 1.18.2 you can get it here: https://mcreator.net/download/snapshots
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).
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,]"
And the "," made my mod to all 1.18 like a mod 1.18.X worked a 1.18.2 and 1.18.1?
Oh wait! My Mcreator is the EAP 2022.1 b12711 can working for that Valirane?
I tried doing the versionRange but when I try loading to 1.18.1 it says it requires something? Any thoughts?