Cloth Config API [Forge, NeoForge]

Published by BaR1BoD on
Supported MCreator versions
2023.1
2023.2
2023.3
2023.4
2024.1
Tags / plugin type
API support
Java plugin
Procedures
Variables
MCreator plugin
Downloads:
178
Upvotes: 5
About the plugin

Cloth Config API is a plugin adding a new mod element allowing you to create config screen and file.

 

The java plugins feature needs to be enabled as this is a java plugin.

Make sure you have enabled the Cloth Config API in External APIs.

 

There are two config templates where the description of each block is commented.

 

External APIs

Supported Versions:

Forge 1.19.2

Forge 1.19.4

Forge 1.20.1 -> MCreator 2023 and 2024

NeoForge 1.20.4

 

Example

Config screenConfig Mod Elementusage

 

Changelog

v1.1

 -Support for MCreator 2024.1

 -Support for NeoForge 1.20.4

 

v1.0

 -Initial release

License
MIT License

Plugin downloads
Cloth Config API-1.0 | MCreator 2023.1 2023.2 2023.3 2023.4 - Cloth-Config-API_3.zipUploaded on: 04/15/2024 - 19:49   File size: 99.71 KB
Cloth Config API-1.1 | MCreator 2024.1 - Cloth-Config-API_5.zipUploaded on: 04/16/2024 - 17:57   File size: 76.69 KB

Comments

That plugin is pretty much interesting, but I see no way to interact with the boolean values. Actually i have an overlay that I want an menu option to show or hide it. How can I interact with the boolean? Where's the procedure? How do I check "If Bolean = true/false"?