Creating addons support

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

This plugin adds over 60 mods supports with mods items, procedures 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!

 

Links:

 

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
  • Just enought effect 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
  • Botarium
  • Citadel
  • Corpse
  • Ferrite
  • Oculus
  • Immediately fast
  • Embeddium
  • Fast suite
  • Distant horizons
  • Memory leak
  • Dynamic FPS
  • Jade
  • Colytra
  • Elytra utilities
  • Polymorph
  • Entity Culling
  • Create

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)

Thirst was takenSerene SeasonsTought as nailsPassive skill treeCold sweatMod LivecyclesSanityTree Chop

Project members
Developer
Lead 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.4 - CAS 4.4.zip Uploaded on: 01/10/2025 - 17:29   File size: 10.39 MB

Comments

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"?