Creating addons support

Published by OVONSAME on
Supported MCreator versions
2023.4
2024.1
2024.2
2024.3
2024.4
2025.1
EAP 2023.4.39517
EAP 2023.4.44716
EAP 2023.4.49117
EAP 2024.1.10712
EAP 2024.1.14712
EAP 2024.2.24713
EAP 2024.2.27311
EAP 2024.3.34715
EAP 2024.3.37517
EAP 2024.3.39215
EAP 2024.4.45618
EAP 2024.4.50117
EAP 2025.1.05718
EAP 2025.1.08615
Tags / plugin type
API support
Global triggers
Help tips
Java plugin
Procedures
Templates
Variables
Creating addons support
Downloads:
9626
Upvotes: 139
About the plugin

This plugin adds over 80 mods supports with mods items, procedures, triggers, variables and lots 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 should message us on our Discord!

In our server you can also vote to make some changes in CAS!

GitHubIssue trackerDiscord

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!
All supported mods:
  • Farmer's delight
  • Diet
  • Sanity
  • Another furniture
  • Carry on
  • Tought as nails
  • Serene seasons
  • Cold sweat
  • Handcrafted
  • Tree chop
  • 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
  • Enchantments description
  • Bookshelf
  • Caelus API
  • First person model
  • Female gender
  • Apple skin
  • Balm
  • Elytra slot
  • Default options
  • Tips
  • Patchouli
  • Origins
  • Item Highlighter
  • Legendary Tooltips
  • Item Borders
  • Equipment Compare
  • Elytra slot
  • Caelus API
  • Bookshelf
  • Balm
  • Cosmetic Armory
  • Citadel
  • Corpse
  • Ferrite
  • Oculus
  • Immediately fast
  • Embeddium
  • Fast suite
  • Distant horizons
  • Memory leak
  • Dynamic FPS
  • Jade
  • Colytra
  • Elytra utilities
  • Polymorph
  • Entity Culling
  • Create
  • Ok Zoomer
  • Ping Wheel
  • Toast controll
  • Fabric entity attributes
  • Fabric entity size attributes
  • Fabric shield lib
  • Locki
  • Kotlin
  • Expand ability
  • Fall flying lib
  • Culinary construct
  • Groovy
  • Scala
  • Apothic attributes
  • Hex casting
  • Sit
  • Printer
All supported advanced mods:
  • Numeric boolean

There are all planned mods in list, so in plugin may won't be some mods supports because they are in 0 progress. Also lots of Optimization mods won't have any procedures because they just make some changes in Minecraft code!

Supports versions:

Almost all versions that support mods (from 1.7.10 to the lastest Minecraft versions of Forge/Fabric/NeoForge/Quilt loader. It became possible with the help of the Auto updater)

Plugin supports all Mcreator versions from 2023.4, including snapshots.

Files:
  • CAS - main file.
  • Mod  Livecycle - addition for the CAS which adds new procedures and triggers to work with mods.
  • Advanced CAS - addition for the CAS which adds new advanced mod supports. Advanced mod supports don't require mod to download.
Project members
Lead developer
Developer
Contributor
License
GNU General Public License version 3 (GPLv3)

Plugin downloads
CAS Mods Livecycle - CAS Mod Livecycles.zip Uploaded on: 12/05/2024 - 14:08   File size: 54.65 KB
CAS 4.6 - CAS 4.6.zip Uploaded on: 03/08/2025 - 10:56   File size: 10.91 MB
Advanced CAS 1.2 - Advanced CAS 1.2.zip Uploaded on: 03/08/2025 - 11:21   File size: 36.05 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.

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.

from this plugin, i have create and BotanyPots checked. i try to run a test with my mod and it fails. i looked thru the console and i'm getting this errors.

[19:17:52] [main/ERROR] [ne.mi.fm.lo.ModSorter/LOADING]: Missing or unsupported mandatory dependencies:
Mod ID: 'bookshelf', Requested by: 'botanypots', Expected range: '[20,)', Actual version: '[MISSING]'

do i need this plugin Forge mixins support "https://mcreator.net/plugin/104607/forge-mixins-support"?