Started by
muzafferkadi
on
Topic category: Plugins and third-party tools
hello i made a generator plugin for minecraft 1.7.10 version but it gets
stuck when it starts in workspace how can i solve this problem
Edited by muzafferkadi on Mon, 01/11/2021 - 11:18
First of all, if you don't know how to make a plugin, learn how to make one. I also suggest you to make a basic plugin to begin, and then, work on something harder and harder each time.
Secondly, Forge only supports most recent versions of Minecraft. Minecraft and Forge 1.7.10 are outdated since a long time already.
Finally, if your plugin has a problem or an error, it will be indicated in the mcreator.log file. You can find it at Users/youruser/.mcreator/logs.
thank you
I used forgegradle 2.0 because mcreator 1.7.3(1.7.10) version used this
These files are the foundation of the generator system, so yes.
[AWT-EventQueue-0/ERROR] [Exception] Uncaught exception in AWT-EventQueue-0
java.lang.NullPointerException: null
[AWT-EventQueue-0/ERROR] [Name Mapper] [blocksitems] Error: Error parsing YAML.
this errors are causing plugin stuck
how can I solve this
Make sure your YAML files have the correct format. Please read what Goldorion wrote again:
Hello again I am getting this error how can I fix this
source code https://github.com/kadir1243/mcreator-generator-1.7.10