Minecraft Forge 1.19.2 Java Edition/Datapack Generator

Published by _Spectrall on
Supported MCreator versions
2023.3
2023.4
2024.1
Tags / plugin type
Generator
Minecraft Forge 1.19.2 Java Edition/Datapack Generator
Downloads:
4943
Upvotes: 30
About the plugin

 

MCreator generator plugin for Minecraft Forge 1.19.2 Java Edition mods/Datapack.

How to install

Please check https://mcreator.net/wiki/understand-plugins#toc-index-1 for installation guide.

Info

This Generator is built over the old official generator, but this one is NOT official, and is not being maintained by the MCreator Team.

More documentation on generators

Check MCreator's wiki for more documentation: How to make new generator

My Other Generators:

- Minecraft Forge 1.12.2 Java Edition Generator

- Minecraft Forge 1.14.4 Java Edition/Datapack Generator

- Minecraft Forge 1.15.2 Java Edition/Datapack Generator

- Minecraft Forge 1.16.5 Java Edition/Datapack Generator

- Minecraft Forge 1.17.1 Java Edition/Datapack Generator

- Minecraft Forge 1.18.2 Java Edition/Datapack Generator

- Minecraft Forge 1.19.4 Java Edition/Datapack Generator

My Other Plugin:

- Shaders Utils

Why should i use this generator?

If you are using this version of minecraft, you will have many more features than those present in MCreator 2023.2, the generator will have full support so if there are any bugs they will be fixed etc. (unlike 2023.2 which is no longer supported). If you want to export your mod for multiple versions this generator is for you!

Contributing

You are welcome to support this project by opening pull requests.

Changelog

NOTE: Plugin versions that use versions older than MCreator 2024.1 will no longer be supported

V1.4.2 - 1.19.2 (2024.1)

- Bug Fix

V1.4.1 - 1.19.2 (2024.1)

- Bug Fix

- Improvements

V1.4 - 1.19.2 (2024.1)

- Ported The Plugin To MCreator 2024.1

- Improvements

- Bug Fix

V1.3.5 - 1.19.2 (2023.4)

- Bug Fix

V1.0.6 - 1.19.2 (2023.3)

- FG (Forge) Bump

Project members
Lead developer
License
GNU General Public License version 3 (GPLv3)

Plugin downloads
V1.4.2 - 1.19.2 (2024.1) [Latest for MCreator 2024.1] [Recommended] - generator-1.19.2-1.4.2-2024.1.zipUploaded on: 05/04/2024 - 13:27   File size: 658 KB
V1.3.5 - 1.19.2 (2023.4) [Latest for MCreator 2023.4] - generator-1.19.2-1.3.5-2023.4.zipUploaded on: 04/12/2024 - 16:57   File size: 687.63 KB
V1.0.6 - 1.19.2 (2023.3) [Latest for MCreator 2023.3] - generator-1.19.2-1.0.6-2023.3.zipUploaded on: 10/05/2023 - 14:23   File size: 668.8 KB

Comments

I'm getting a bug where when mcreator try's to compile i get an error that goes something like
"error: reference to Material is ambiguous " and
"error: a type with the same simple name is already defined by the single-type-import of Material
import net.minecraft.client.resources.model.Material;" when i try to code in a block

The gradle issues I mentioned before doesn't seem to have been fixed with this update either.

Seems to happen when I add Nerdy's Mixins plugin, but it's weird as like I mentioned it fixed itself when I replaced the default workspace gradle files from an old generator

Executing Gradle task: eclipse
Build info: MCreator 2024.1.18518, forge-1.19.2, 64-bit, 14283 MB, Windows 11, JVM 17.0.10, JAVA_HOME: D:\Program Files\MCreator 2024.1\MCreator\jdk, started on: 2024-05-04-16:02:47

FAILURE: Build failed with an exception.
* Where:
Build file 'D:\MCreatorWorkspaces\soul_glowstone\build.gradle' line: 3
* What went wrong:
An exception occurred applying plugin request [id: 'net.minecraftforge.gradle', version: '5.1.+']
> Failed to apply plugin 'net.minecraftforge.gradle'.
> Found Gradle version Gradle 8.7. Versions Gradle 8.0 and newer are not supported.
Use ForgeGradle 6 or newer for Gradle 8.0+ support.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 13s

BUILD FAILED
Task completed in 14 seconds
This is the Error

No it doesn't let me
Executing Gradle task: eclipse
Build info: MCreator 2024.1.18518, forge-1.19.2, 64-bit, 14283 MB, Windows 11, JVM 17.0.10, JAVA_HOME: D:\Program Files\MCreator 2024.1\MCreator\jdk, started on: 2024-05-04-16:17:46

FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Users\Jean\MCreatorWorkspaces\test\build.gradle' line: 3
* What went wrong:
An exception occurred applying plugin request [id: 'net.minecraftforge.gradle', version: '5.1.+']
> Failed to apply plugin 'net.minecraftforge.gradle'.
> Found Gradle version Gradle 8.7. Versions Gradle 8.0 and newer are not supported.
Use ForgeGradle 6 or newer for Gradle 8.0+ support.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 10s

BUILD FAILED
Task completed in 10 seconds
i tried to make a new Workspace with it

A bug occurred where item textures were broken. I found out it was just because I changed the folder name from "items" to "item" within the code. so the mod wasn't reading the folder.

please i NEED the bug fix, i can't work on my Mod anymore because, the workspace is now on 2024.1 and 1.19.2, please ;(

The order of items in the creative menu is out of order. Although in MCreator itself it is displayed as it should, but in the game itself it is different