APIs Reborn [PLUGIN]

Started by SparkleArts on

Topic category: Plugins and third-party tools

Last seen on 10:39, 27. Apr 2024
Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
APIs Reborn [PLUGIN]
Sun, 04/04/2021 - 18:16 (edited)

This Plugins add some APIs that not usable with the latest MCreator Snapshot.

APIs Included

Procedures Included for APIs

  • Curios API
  • GeckoLib

For using these APIs pls go to the Wiki for it. I link these Wikis below

Credits/License

Lead Developer: GamesofFreak(aka SparkleArts on CurseForge)

License: GNU Lesser General Public License version 3 (LGPLv3)

Installation

Method 1:
  1. Close MCreator

  2. Go to /.mcreator/plugins and place the .zip file of the plugin there. You need to enable hidden folders on your OS to see this.

  3. Open MCreator, if everything is fine, then your plugin should be listed with other plugins (Preference -> Manage plugins).

Method 2:

  1. Launch MCreator

  2. Go to preference => manage plugins and click on "load plugin" to import the .zip file.

  3. Relaunch MCreator, then your plugin should be listed with other plugins (Preference -> Manage plugins).

Finally API support for 1.16.5 (ONLY)!

For Plugin Download go here.

INFO: I released a new Plugin Version where I changed GeckoLib Procedure Codes and read at the bottom the Important Info.

Edited by SparkleArts on Sun, 04/04/2021 - 18:16
Last seen on 03:52, 31. Dec 2022
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When I try to check if a…
Sun, 12/19/2021 - 17:15

When I try to check if a player has a specific curio equipped, it gives a cannot find symbol error in 

if ((CuriosAPI.getCuriosHandler((LivingEntity) entity).map(handler -> handler.getStackInSlot("ring", 0)).orElse(ItemStack.EMPTY))

      ^
This also happens when I simply check if the curio is equipped at all. Help would be greatly appreciated.

Last seen on 03:52, 31. Dec 2022
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The arrow points to the c in…
Sun, 12/19/2021 - 17:16

The arrow points to the c in CuriosAPI

Last seen on 01:07, 22. Jun 2023
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
will this ever be updated to…
Sun, 12/26/2021 - 00:52

will this ever be updated to 1.17 or 1.18 in the future?

Last seen on 14:19, 15. Jan 2023
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
when you enable external…
Sun, 01/09/2022 - 13:28

when you enable external settings in mcreator and select your api assemblies, grable finishes the placement with an error, that is, the geckolib api is not working and they will have to be replaced with handwritten code or you can use custom variables?

Last seen on 14:19, 15. Jan 2023
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
user variables as a detail…
Sun, 01/09/2022 - 13:30

user variables as a detail in the procedure constructor*

Last seen on 19:42, 3. Dec 2023
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Bruh the gradle build fails…
Thu, 02/24/2022 - 03:15

Bruh the gradle build fails whenever I try enabling GeckoLib... help?

Last seen on 03:58, 7. Jul 2022
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Whenever I try to use the…
Fri, 05/20/2022 - 23:38

Whenever I try to use the GeckoLib the Gradle just goes wrong, give a error and don't work. If you know how, try to fix it please, your API Plugin is really awesome, it just need a bit more to work

Last seen on 10:39, 27. Apr 2024
Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hi, when I activate geckolib…
Mon, 08/29/2022 - 08:56

Hi, when I activate geckolib in workspace it gives me this error

https://media.discordapp.net/attachments/857701423083814964/96634149334…

Please if someone knows how to solve It please reply

 polakinyo which version do you use of MCreator and which version?

It's probably that the API Version of this Plugin of Geckolib is outdated. I created an updated version of Geckolib and I'm currently making a special Software for MCreator Plugins.

Last seen on 01:56, 16. Jan 2024
Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This looks great! If ,…
Mon, 08/29/2022 - 11:43

This looks great!
If , thanks to you, i finally get to grasp my hands on Geckolib and if it works, i'll be the happiest person ever.

For now i'll just stand by because this all looks complicated and i don't have time to check.
But looks good, really appreciate what you have assembled as a whole!

Last seen on 10:39, 27. Apr 2024
Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
By the way with the new…
Mon, 08/29/2022 - 11:49

By the way with the new Feature to create Java Plugins should be possible to make GeckoLib completely compatible with MCreator.