Creating addons support

Published by OVONSAME on
Supported MCreator versions
2023.4
2024.1
2024.2
2024.3
Tags / plugin type
API support
Global triggers
Help tips
Java plugin
Procedures
Templates
Themes
Variables
Creating addons support
Downloads:
6016
Upvotes: 107
About the plugin

This plugin adds over 60 mods supports with mods items and more to make your addon easily!

If you like this plugin or want to support me you can vote for it!

If you would like to be part of this project as a member of the team you may message me on Discord!

 

Links:

 

Announcements:
  • We are looking for people to join our team who can do API or can do mod elements or who are good enough in code and can do procedures to make Mcreator plugins. Our team has a lot of plans (very big and cool plans!) and they require enough knowledge and time too and we really need help to cope with them. If you are interested, you can write to me in Discord
  • What mod support would you like to see in the plugin? 
  • If you want to fix something or add something of your own to the plugin or plugin code, this is always welcome! You can write to me about it on Discord. And I will also add you to the project member.
  • My partner and I are currently working on recipes from other mods and more. Estimated time to add all recipes is over 3 months.
Mod offer rules:
  • if your mod doesn't only adds something new for blocks, entities, items and other.
  • It is advisable if mod has Wiki o guide.
  • If the mod is popular enough.
  • A mod that is not made in Mcreator must has open source!
  • Before asking, make sure that the mod you want to offer is not in progress!
Supported mods:
  • Farmer's delight
  • Diet
  • Sanity
  • Another furniture
  • Carry on
  • Tought as nails
  • Serene seasons
  • Cold sweat
  • Handcrafted
  • Tree chop
  • Sons of sins
  • Iron's Spells 'n Spellbooks
  • Alex's mobs
  • Biomes o plenty
  • Alex's caves
  • Dynamic trees
  • Locksmith
  • Aether
  • Twilight forest
  • Passive skill tree
  • Blue skies
  • Undergarden
  • Wizards reborn
  • Ad astra
  • Quests & reward
  • Thirst was taken
Supported libraries:
  • AttributeFix
  • Enchantments description
  • Just enought effect description
  • Bookshelf
  • Caelus API
  • First person model
  • Female gender
  • Apple skin
  • Balm
  • Elytra slot
  • Default options
Supports versions:
  • 1.21 NeoForge
  • 1.20.6 NeoForge
  • 1.20.4 Forge/NeoForge
  • 1.20.1 Forge
  • 1.19.4 Forge
  • 1.19.2 Forge
  • 1.18.2 Forge

 

Thirst was takenSerene SeasonsTought as nailsPassive skill treeCold sweatMod LivecyclesBER plugin - procedure code without triggerBER plugin - procedure code with triggerSanityTree Chop

   Plugin supports Forge, but some API's, triggers procedures supports Fabric and NeoForge!
   Some APIs may require mixins.
   If you have any problems write in the comments.
Project members
Developer
Lead developer
Contributor
License
GNU General Public License version 3 (GPLv3)

Plugin downloads
CAS API's - CAS API's.zip Uploaded on: 11/24/2024 - 07:55   File size: 15.39 KB
CAS Mod Elements - CAS Mod Elements.zip Uploaded on: 11/23/2024 - 17:06   File size: 40.51 KB
CAS Procedures 4.1 - CAS Procedures 4.1.zip Uploaded on: 12/04/2024 - 16:51   File size: 6.24 MB
CAS Mods Livecycle - CAS Mod Livecycles.zip Uploaded on: 12/05/2024 - 14:08   File size: 54.65 KB
Better error handler - Better error handler.zip Uploaded on: 12/08/2024 - 18:06   File size: 21.03 KB

Comments

FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':runClient'.
> Process non-zero exit value 1
* 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 27s

FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':runClient'.
> Process non-zero exit value 1
* 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.

Hello, at the moment I cannot say why this error occurs. For some reason, now many apis do not work, so I will try to remake them in the next update. And by the way, Alex's caves requires Citadel, it will appear in the new update.

when adding one of the mods to my workspace for my 1.20.4 neoforge mod it fails as soon as I push the check mark and press done

i get this error FAILURE: Build failed with an exception.
* Where:
Script 'C:\Users\rockm\MCreatorWorkspaces\wilderness_oddesy_api_neo\mcreator.gradle' line: 8
* What went wrong:
A problem occurred evaluating script.
> Could not get unknown property 'fg' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
* 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 1s

BUILD FAILED
Task completed in 1 second

this is my mcreator.gradle

repositories {
maven {
url = 'https://cursemaven.com/'
}
}

dependencies {
implementation fg.deobf('curse.maven:the-twilight-forest-227639:5320183')
}

My project with the Create mod is not loading. The game just starts and immediately crashes.