Creating addons support

Published by OVONSAME on
Supported MCreator versions
2023.4
2024.1
2024.2
Tags / plugin type
API support
Help tips
Procedures
Templates
Variables
Creating addons support
Downloads:
3479
Upvotes: 78
About the plugin

This plugin adds 46 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!

TEAM DISCORD

COMING IN NEXT UPDATE

PLUGIN PROGRESS

CHANGELOG

LOGO

 

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
  • Nutritional balance
  • Tree chop
  • Supplementaries
  • Sons of sins
  • Iron's Spells 'n Spellbooks
  • Create
  • Alex's mobs
  • Forbidden and arcanus
  • Biomes o plenty
  • Alex's caves
  • Dynamic trees
  • Botany pots
  • Locksmith
  • Aether
  • Enlightened
  • Twilight forest
  • Upgraded netherite
  • Passive skill tree
  • Aquaculture 2
  • Blue skies
  • Undergarden
  • Wizards reborn
  • Ad astra
  • Quests & reward
  • Ice and fire
  • Dot coin
  • Quark
  • Thirst was taken

Supported libraries:

  • Fancy menu
  • Terra blender
  • AttributeFix
  • Enchantments description
  • Just enought effect description
  • Bookshelf
  • First person model
  • Female gender
  • Apple skin

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

Plugin procedures

   Plugin supports Forge, but some API's and 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
Creating addons support 4.0 - Creating addons support 4.0.zipUploaded on: 08/12/2024 - 14:13   File size: 6.58 MB

Comments

Is it possible to make it so that a player can accept more than one quest at a time with the realms rpg quest procedure? Yes or no? I keep trying so I'm thinking I am wasting my time.

the create addon support procedures dont work, apperntly for any of blocks where you get a value eg get impact of a block, it cannot get a blockstate eg somthing existing in your world. it only works for blocks in the yellow box

Tough as Nails is not working for me, I'm trying to create a curious bauble that makes the player hyperthermic however, it doesn't work :

Procedure example:
ThermoregulatorWhileBaubleIsEquippedTick - Set ticks hyperthermic 40 for player event/target entity

Console log when trying to run client:
Task :compileJava FAILED
C:\Users\USER\MCreatorWorkspaces\modname\src\main\java\net\mcreator\modname\procedures\ThermoregulatorWhileBaubleIsEquippedTickProcedure.java:15: error: not a statement
(entity instanceof Player _player) {
^
C:\Users\USER\MCreatorWorkspaces\modname\src\main\java\net\mcreator\modname\procedures\ThermoregulatorWhileBaubleIsEquippedTickProcedure.java:15: error: ';' expected
(entity instanceof Player _player) {
^

Any fix?

I see that it has JEI support, but I can't find anything that helps me add the recipes for my custom items. Does it add anything special or something that I'm not seeing so I can add it to JEI?

Where are the downloads for the older versions of the plugin?

will you add support for unusual prehistory? its a very cool mod and people usually make addons for it :)

hey do you mind if i take the procedures from your api and use it for my api? il credit you of course but my api is the create addon alone and i would like to add some of your procedures to it

How do you make recipes using mod workstations? For example, how would I make it so you can use the cutting board in Farmer's Delight to make a new item?