KubeJS Nature's Aura

KubeJS Nature's Aura

KubeJS integration for Nature's Aura

by
4.8K Downloads
forgeneoforgeutility
Rent Server with this Mod

About this Mod

Adds support for Nature's Aura recipes, custom aura cache item, structure finder item, and custom or modify the aura type of dimension.

Examples:
Add recipe: in server_scripts

ServerEvents.recipes((event) => {
    const { naturesaura } = event.recipes

    // Natural Altar (output,input,aura-optional,time-optional, catalyst-optional)
    naturesaura.altar('bedrock', 'stone')
    naturesaura.altar('bedrock', 'stone', 5000)
    naturesaura.altar('bedrock', 'stone', 5000, 60)
    naturesaura.altar('bedrock', 'stone', 5000, 60, 'naturesaura:conversion_catalyst')

    // Altar of Birthing (entity,input,aura-optional,time-optional)
    naturesaura.animal_spawner('creeper', ['gunpowder', 'green_dye'])
    naturesaura.animal_spawner('creeper', ['gunpowder', 'green_dye'], 10000)
    naturesaura.animal_spawner('creeper', ['gunpowder', 'green_dye'], 10000, 120)

    // Offering Table (output,input,start-item)
    naturesaura.offering('diamond', 'coal', 'bedrock')

    // Tree Ritual(output,input,sapling-optional, time-optional)
    naturesaura.tree_ritual('nether_star', ['blaze_powder', 'obsidian', 'diamond'])
    naturesaura.tree_ritual('nether_star', ['blaze_powder', 'obsidian', 'diamond'], 'oak_sapling')
    naturesaura.tree_ritual('nether_star', ['blaze_powder', 'obsidian', 'diamond'], 'oak_sapling', 200)
})

Register items: in startup_scripts

NaturesAuraEvents.init((event) => {
    // custom aura type (aura type, dimension, aura colour, priority-optional)
    event.custom('kubejs:aether', 'aether:the_aether', 0xb0c4de)

    // modify the aura type of the dimension (dimension, aura type)
    event.modify('minecraft:overworld', 'kubejs:aether')
})

Customize or modify the aura type of dimension: in startup_scripts

StartupEvents.registry('item', (event) => {
   // custom aura cache (items that can store aura)
   event.create('custom_aura_cache', 'naturesaura:aura_cache').setMaxAura(10000)

   // custom item similar to the Eye of Ender (find the specified range of structure)
   event
       .create('custom_structure_finder', 'naturesaura:structure_finder')
       .setStructure('minecraft:village_plains')
       .setColor(0xba2800)
       .setRadius(2048)
})

Other features:

BlockEvents.rightClicked((event) => {
    const { block, item, level } = event
 
    AuraBlock.getStoredAura(block.entity)
    AuraBlock.drainAura(block.entity, 100000, false)
    AuraBlock.storeAura(block.entity, 100000, false)
 
    AuraItem.getStoredAura(item)
    AuraItem.drainAura(item, 100000, false)
    AuraItem.storeAura(item.entity, 100000, false)
 
    AuraChunk.getAuraInArea(level, block.pos, 16)
    AuraChunk.drainAura(level, block.pos, 100000)
    AuraChunk.storeAura(level, block.pos, 100000)
})

Available Versions

KubeJS Nature's Aura-1.21.1-1.0.3release
MC 1.21.1neoforge
January 6, 2026
KubeJS Nature's Aura-1.20.1-1.0.2release
MC 1.20.1forge
January 6, 2026
KubeJS Nature's Aura 1.0.2release
MC 1.21.1neoforge
November 14, 2025
KubeJS Nature's Aura 1.0.1release
MC 1.21.1neoforge
October 24, 2024
KubeJS Nature's Aura-1.20.4-NeoForge-1.0.1release
MC 1.20.4neoforge
May 4, 2024

How to Install KubeJS Nature's Aura on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set forge Loader

In the panel under "Egg", select the forge loader and matching Minecraft version (1.21.1).

3

Install Mod

Open the mod browser in the dashboard and search for "KubeJS Nature's Aura". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

forgeneoforge

Minecraft Versions

1.21.1, 1.20.4, 1.20.1 (+1 more)

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

KubeJS Nature's Aura server crashes on startup – what to do?

Most common cause: wrong forge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.1). You can switch loaders with one click in the panel.

Is KubeJS Nature's Aura compatible with forge and neoforge?

KubeJS Nature's Aura officially supports forge, neoforge for Minecraft 1.21.1, 1.20.4, 1.20.1. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with KubeJS Nature's Aura – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if KubeJS Nature's Aura consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install KubeJS Nature's Aura with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Required

Supported Versions

1.21.11.20.41.20.11.19.2