Adorned (Curios API) Plugin

Supported MCreator versions
2024.3
Tags / plugin type
API support
Java plugin
Adorned (Curios API) Plugin
Downloads:
200
Upvotes: 8
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.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_5.3.1.zip - AdornedCuriosAPI_Plugin_5.3.1.zip Uploaded on: 12/06/2024 - 18:23   File size: 89.51 KB

Comments

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)