Started by
JX_Snack repai…
on
Topic category: Plugins and third-party tools
Hi! I want to add more types of recipies to the normal MCreator recipe thing. I think that that is only possible with Java Plugins. I tried looking for a documentation for the Java plugins, but only found a template project. Is there any documentation? Thanks!
Most of the Java doc is directly written insde the code. However, you can not add new features to existing mod elements for the moment.
Hey Goldorion,
is it possible to replace already existing Global Triggers?
I plan to replace some already existing Global Triggers.
I guess you can by overriding the core plugin (by using a higher weight and using the same file's name), but I can't confirm.
It worked!
Thanks for this amazing Tip.
I will include this in my Plugin Creation Tutorial Series!
Also Goldorion,
do you know how to make a Procedure Block that allows only Numbers between 0 and 1 with decimal?
I'm currently study all the Forge Code and I found the DecimalFormat Code that already exists as a Procedure Block and found out that I can use % to show text as Percentage!