
Saturn's Components
A small fabric mod which implements item components to allow for more flexibility when creating custom items with Datapacks.
Screenshots


About this Mod
Saturn's Components
Adds some extra functionality to item components to allow for users to have more flexibility with their custom items.
The end goal for the mod is to allow for any item within the vanilla game to be recreated within any other item using only item components.
23w12a
Mod became kinda redundant ATM because Mojang already added what this does. Maybe I'll add more componentns soon
Max Count
minecraft:max_count
Sets the maximum stack size an item can have, accepting a non-negative integer value.
Max Damage
minecraft:max_damage
Sets the total durability of an item, which affects non-tool items too! Accepts a non-negative integer value.
Rarity
minecraft:rarity
Sets the rarity of an item, determining the base color of it's display name. Accepts a valid string entry from the following list: ["common", "uncommon", "rare", "epic"]
Fireproof
minecraft:fireproof
Sets whether the item will be destroyed when coming into contact with a fire source. Accepts a boolean value.
Food Properties
minecraft:food_properties
This component completely removes any hard coding to how food items are introduced, meaning any item can now be edible with a quick command! This component is a large one and requires at minimum a hunger value to be specified. An example component can be seen as followed:
{
"food_properties": {
// A non-negative integer. Decides how much hunger to restore when consumed.
"hunger": 0,
// A positive float. Decides how much saturation to restore when consumed.
"saturation_modifier": 1.0,
// A positive integer. Decides how long it takes to consume the item.
"time_to_eat": 32,
// Decides the behavior of the food.
"food_behavior": {
// Whether wolves interact with the item.
"is_meat": false,
// Whether the item can be eaten regardless of a player's hunger value.
"always_edible": false,
// Whether the item is eaten in half the time.
"is_snack": false,
// Whether the item shows particles while being consumed.
"is_drink": false,
// Whether the item clears all the player's status effects after being consumed.
"clear_effects": false
},
// The resulting item a food object should give the player after being consumed.
"result_item": {
"id": "minecraft:air",
"count": 1
},
// A list of status effect objects that are applied to the player once they have consumed the item.
"status_effects": [
{
"id": "minecraft:swiftness",
"duration": 160,
"amplifier": 0,
"ambient": false,
"show_particles": true,
"chance": 1.0
}
]
}
}
Available Versions
How to Install Saturn's Components on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (24w10a).
Install Mod
Open the mod browser in the dashboard and search for "Saturn's Components". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
24w10a
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Saturn's Components server crashes on startup – what to do?
Most common cause: wrong fabric 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 (24w10a). You can switch loaders with one click in the panel.
Is Saturn's Components compatible with fabric?
Saturn's Components officially supports fabric for Minecraft 24w10a. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Saturn's Components – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Saturn's Components 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.
Similar Mods
Rent Modded Server
Install Saturn's Components with just one click on your server.