Jauml API [1.1.0] for NeoForge (1.21.8, 1.21.5, 1.21.1) And Forge (1.20.1, 1.19.2, 1.18.2, 1.16.5)

Published by NAIZO on
Supported MCreator versions
2024.1
2024.2
2024.3
2024.4
2025.1
2025.2
2025.3
Tags / plugin type
API support
Jauml
Downloads:
1125
Upvotes: 12
About the plugin

Plugin Name: Jauml API Integration Plugin
Author: NAIZO
Tested MCreator Versions: 2024.1, 2024.2, 2024.3, 2024.4, 2025.1, 2025.2, 2025.3
Tested Minecraft Versions: Forge/NeoForge: 1.16.5, 1.18.2, 1.19.2, 1.20.1, 1.20.4, 1.21.1, 1.21.5, 1.21.8
Plugin Type: API Support, Procedures, Java Plugin
Tags: API, Mod Integration, JSON Configuration, Custom Mechanics


Actions

data

Description

The Jauml API Integration Plugin empowers MCreator users to effortlessly integrate the Jauml API, a powerful tool for creating custom JSON-based configuration files for Minecraft mods. Tailored for both beginners and seasoned modders, this plugin eliminates the need for complex Java coding by embedding Jauml’s functionality into MCreator’s intuitive visual interface. It enables modders to craft dynamic mod configurations, such as custom item properties, entity behaviors, or gameplay mechanics, directly within MCreator.

Key Features

  • Seamless API Integration: Automatically configures the Jauml API as a dependency in your MCreator project, ensuring compatibility with Forge/NeoForge versions 1.16.5 to 1.21.8.
  • JSON Configuration Tools: Provides specialized procedure blocks to create and manage JSON configuration files, enabling dynamic mod customization (e.g., item stats, mob behaviors, or crafting systems).
  • Pre-Built Templates: Includes ready-to-use mod element templates for Jauml-compatible features, such as custom blocks, items, or entities, to accelerate development.

exampleexample results

Installation Instructions

  1. Download the Jauml API Integration Plugin.
  2. Open MCreator, navigate to Preferences > Manage Plugins > Load Plugin, and Select the downloaded plugin file. (requires java plugin)
  3. Restart MCreator to activate the plugin.
  4. Open MCreator, navigate to Workspace> Workspace Settings > External API's > Select the Jauml checkbox then save.

Requirements

  • MCreator: Version 2024.1 or later.
  • Jauml API Mod: Available from CurseForge or Modrinth (after you export the mod)

Usage Notes

  • Utilize Jauml-specific procedure blocks to define JSON configurations, such as custom entity attributes or crafting recipes.
  • Refer to the Jauml API documentation for detailed method and parameter information.
  • For multiplayer compatibility, install the Jauml API mod on both client and server instances.

Support

  • Bug Reporting: Submit issues or feature requests via the plugin’s GitHub page or MCreator’s community forums.
  • Community Help: Join the Discord for real-time support from fellow modders.

Disclaimer

The Jauml API Integration Plugin is a community-driven tool and not officially affiliated with the MCreator developers. Always verify compatibility with your Minecraft version and modloader before use. Test thoroughly to ensure stability in your modding projects.

Patch Notes

  • 1.1.0 :

    - Added Jauml-1.1.0 Support.

    - Added MCreator 2025.3 Support.

    - Added 1.21.8 Support.

    - Added 3 New Procedures
        clearArray – Clears all elements from a JSON array.  
        removeElementFromArray – Removes a specific element from a JSON array.  
        iterateArrayList – Iterates through array elements for advanced data handling.

    - Category name changed from EasyConfig Jauml Config.

    - actions/data – for better organization of configuration procedures.

  • 1.0.4b : 

    - Switched build system from net.minecraftforge.gradle to NeoForged moddev.legacyforge.

    - The find method now also matches substrings in the array, allowing for more flexible and accurate search results.

    - Updated Mod Icon with a new design.

Project members
Developer
Plugin forum topic
License
All Rights Reserved

Plugin downloads
Jauml-1.1.0 for MCreator [Latest] - jauml-1.1.0.zip Uploaded on: 11/03/2025 - 16:41   File size: 50.28 KB

Comments

btw why im getting this each time I build the mod?

[[dependencies.memory_of_the_past]]
modId="jauml"
mandatory=true
versionRange="[1.0.3,)"
ordering="NONE"
side="BOTH"
[[dependencies.memory_of_the_past]]
modId="jauml"
mandatory=true
versionRange="[1.0.3,)"
ordering="NONE"
side="BOTH"
......

now they're a lot lol