Adorned (Curios API) Plugin

Supported MCreator versions
2024.3
2024.4
Tags / plugin type
API support
Java plugin
Adorned (Curios API) Plugin
Downloads:
929
Upvotes: 15
About the plugin

This plugin is a fork of Nerdy's Curios API Plugin, which supports the Adorned mod (Curios API for 1.21+) and MCreator 2024.3+

 

Keep in mind that on 1.21.1 NeoForge the plugin works with the Adorned mod, which based on the original Curios API.

 

 

Version 5.4 changelog:
- Added support 2024.4 (and drop support 2024.3)
- Added support for translatable strings for baubles

Version 5.3.1 changelog
- Added support Russian localization
- Fixed java model in Curios Bauble
- Some improvements and fixes


Version 5.3 changelog
- Plugin updated to 2024.3
- Added support for 1.21.1 NeoForge (based on mod Adorned)
License
GNU General Public License version 3 (GPLv3)

Plugin downloads
AdornedCuriosAPI_Plugin_v5.4-2024.4_MCreator_Only.zip - AdornedCuriosAPI_Plugin_v5.4-2024.4_MCreator_Only.zip Uploaded on: 12/16/2024 - 21:50   File size: 89.69 KB
AdornedCuriosAPI_Plugin_v5.3.1-2024.3_MCreator_Only.zip - AdornedCuriosAPI_Plugin_v5.3.1-2024.3_MCreator_Only.zip Uploaded on: 12/16/2024 - 21:50   File size: 89.51 KB

Comments

I have a weird problem when sneaking. The item model will not sit on the correct pivot point it seems. I do have "Translate the model pose while sneaking" enabled. This doesn't occur if I make a non-curios armor piece.

When using this and making a procedure to do extra dmg when having the bauble equipped my game crashes once i hit an entity then mcreator crashes too (Im using 2024.4)

It is possible to add procedure that goes through curios slots for all items, not specific one? Really need that one for my mod.

Hello! Heyy thank you so much for creating a version for the MCreator 2024.3!!! <333
I'm having an issue though! :C
Creating a Curios Slot works fine, but the Curios Bauble Item isn't working properly for some reason :C
It creates an error when I create a Curios Bauble Item (From any kind)... Error: package ModIDModTabs does not exist
ModIDModTabs.REGISTRY.register(bus);

The Curios API (Adorned) is activated on the workspace! ;;
(I'm kinda new on modding, and I don't know how to lock the code (IDK if it's possible to lock this one) for the net/mcreator/modid/modid.java)

I'm using the version 2024.3.42716 of MCreator

Thank you so much for the help anyway!! ^^

Hey you made the 1.21.1 plugin, right? Can you make a 1.21.4 one if you ever have the time? Either way, thanks for your time :)

Mm, there's a problem, maybe I'm stupid and don't understand the procedure, although I'm not sure. The trigger when clicking the pcm from the side of the entity in the amulet does not work at all, I press the pcm button, nothing happens when the amulet is dressed.

Damn, I don't understand how to make an amulet and slots at all, there would be some kind of guide.

you should add and ability to allow the player to add a curio slot of their choosing in a procedure :)
(I want to make a curio that adds more slots... like a toolbelt)

...mcreator\pigletstructures\client\renderer\AncientDiamondMultiplierRenderer.java:39: error: no suitable method found for renderToBuffer(PoseStack,VertexConsumer,int,int,float,float,float,float) this.model.renderToBuffer(matrixStack, vertexconsumer, light, OverlayTexture.NO_OVERLAY, 1.0F, 1.0F, 1.0F, 1.0F);

method Model.renderToBuffer(PoseStack,VertexConsumer,int,int) is not applicable
(actual and formal argument lists differ in length)
method Modelancient_diamond_multiplier.renderToBuffer(PoseStack,VertexConsumer,int,int,int) is not applicable
(actual and formal argument lists differ in length)