Modscraper Modscraper Minecraft
SI: Essentials logo

SI: Essentials

Mod

by SoncresityIndustries

The main API, library and toolkit by Soncresity Industries.

Type

Mod

CurseForge Downloads

69,212

CurseForge ID

1306319

Modrinth Downloads

8,096

Modrinth ID

VaZKU13m

Last Updated

Jul 26, 2026

Description

[![Kinetic Hosting Banner](https://i.imgur.com/bIJz4CP.png)](https://www.soncresity.industries/kinetic-hosting/) [![Discord](https://github.com/Soncresity-Industries/cozy-badges/blob/small/chat-on-dc-badge.png?raw=true)](https://soncresity.industries/discord)[![Modrinth](https://raw.githubusercontent.com/Soncresity-Industries/cozy-badges/refs/heads/small/available-on-modrinth-badge.png?raw=true) ](https://modrinth.com/mod/sies)[![CurseForge](https://github.com/Soncresity-Industries/cozy-badges/blob/small/available-on-curseforge-badge.png?raw=true) ](https://www.curseforge.com/minecraft/mc-mods/sies)![NeoForge](https://github.com/Soncresity-Industries/cozy-badges/blob/small/available-for-neoforge.png?raw=true) ![Fabric](https://github.com/Soncresity-Industries/cozy-badges/blob/small/available-for-fabric.png?raw=true) [![Patreon](https://github.com/Soncresity-Industries/cozy-badges/blob/small/support-us-on-patreon.png?raw=true) ](https://patreon.com/SoncresityIndustries)[![YouTube](https://github.com/Soncresity-Industries/cozy-badges/blob/small/watch-on-yt-badge.png?raw=true) ](https://www.youtube.com/@SoncresityIndustries)[![Twitch](https://github.com/Soncresity-Industries/cozy-badges/blob/small/watch-on-twitch-badge.png?raw=true)](https://www.twitch.tv/soncresityindustries) # 🌐 SI: Essentials > The main API, library and toolkit by Soncresity Industries. *** ## ✨ Overview SI: Essentials is an API, library and toolkit, all in one mod. It's a great pick for anyone looking to improve their modpack or developing their own mod. *** ## 🔧 Features ### [Remover Module](https://wiki.soncresity.industries/sies/remover) The Remover submdule allows you to disable certain items in the game. You can do that through IDs, Components and regular expressions (regex). You can either disable the item completely or only disable specific operations/features such as attacking/interacting with the item or its recipes. ### [Logger](https://wiki.soncresity.industries/sies/develop/logger) SI: Essentials comes with a custom logger, that is based on the `slf4j` logger that is commonly used in Minecraft Mods. With our setup, we allow to create separate log files for each world that only contain the output of your mod. This makes finding issues in your code faster. Our logger also comes with a debug option that is controlled with the global `debug_enabled` value of the SI: Essentials Common Cnfg. While debug output is only visible depending on that value in the Minecraft logs, debug output will always be logged to your custom logfile that was explained above. ### [Configuration API](https://wiki.soncresity.industries/sies/develop/configuration-api) Our Configuration API allows you, as a developer, to create multiple configurations in your projects and access and set configuration keys and values. Currently, you can choose the `cnfg` or the `objt` file type. ### [Command Utilities](https://wiki.soncresity.industries/sies/develop/utils/command-utils) The Command Utilities class allows you to execute commands as a player while being able to customize the permissions, position and rotation. ### [Decimal Utilities](https://wiki.soncresity.industries/sies/develop/utils/decimal-utils) The Decimal Utilities class allows you to round a decimal value to a set number of decimal points / places after the comma. ### [File Hash Utilities](https://wiki.soncresity.industries/sies/develop/utils/file-hash-utils) The File Hash Utilities class allows you get the SHA256 file hash / checksum of a file as a String. ### [Item Utilities](https://wiki.soncresity.industries/sies/develop/utils/item-utils) The Item Utilities class allows you parse Items and Item Stacks from Strings or vice versa. ### [Message Utilities](https://wiki.soncresity.industries/sies/develop/utils/message-utils) The Message Utilities class allows you to send (privately and broadcast) messages (in the chat or Action Bar) with the Adventure/MiniMessage API. ### [Registry Utilities](https://wiki.soncresity.industries/sies/develop/utils/registry-utils) The Registry Utilities class makes the process of registering Items and Blocks easier by providing useful helper methods. ### [Singleplayer Utilities](https://wiki.soncresity.industries/sies/develop/utils/singleplayer-utils) The Singleplayer Utilities class allows check whether a `ServerPlayer` is the host of a Singleplayer World. This may be useful when your Mod includes banning players but you don't want to ban the world host as otherwise their world wouldn't get saved properly and other players would get kicked. ### [Slot Utilities](https://wiki.soncresity.industries/sies/develop/utils/slot-utils) The Slot Utilities class allows you to get the x and y position of a slot in a large chest GUI. This is useful for our Slot presets ### [Sound Utilities](https://wiki.soncresity.industries/sies/develop/utils/sound-utils) The Sound Utilities class allows you to parse Sound IDs to a `SoundEvent` which you can then use to either play a sound privately for one player or broadcast it. ### [Title Utilities](https://wiki.soncresity.industries/sies/develop/utils/title-utils) The Decimal Utilities class allows you to show and broadcast fully customizable Titles to players using the Adventure/MiniMessage API. *** ## 📦 Requirements * Minecraft 1.21.1, 1.21.4, 1.21.8, 1.21.10 or 1.21.11 * SI: Essentials * NeoForge or Fabric *** ## 📖 Wiki & Documentation 📚 Learn more, guides, and full documentation: ➡️ [SI: Essentials Wiki](https://wiki.soncresity.industries/sies/) *** ## 🌍 Community & Support 💬 Join our community and get help: ➡️ [Discord](https://www.soncresity.industries/discord/) 🐛 Report bugs & request features: ➡️ [Support](https://www.soncresity.industries/support/) *** ## 🔗 Links 🌐 [Website](https://www.soncresity.industries/) 📺 [YouTube](https://www.soncresity.industries/youtube/) 📱 [Socials](https://www.soncresity.industries/socials/) *** ## ❤️ Support Us If you enjoy this project, consider supporting us: ➡️ [Patreon](https://www.soncresity.industries/patreon/) *** ## 🏢 About Soncresity Industries This project is developed by **Soncresity Industries**, a team focused on creating high-quality Minecraft experiences, tools, and systems. 🌐 [Website](https://www.soncresity.industries/) | 💬 [Discord](https://www.soncresity.industries/discord/) *** ## ⚠️ License & Usage This project is licensed under the **Soncresity Standard License (SSL)**. You can view it [here](https://www.soncresity.industries/license/) *** ## 🚀 Credits * Soncresity Industiries * SkyKing\_PX * KalarianAthecila

Compatibility

Mod Loaders

Fabric Neoforge

Game Versions

1.21.1 1.21.4 1.21.8 1.21.10 1.21.11 26.1.2

Similar Mods

Included in Modpacks

External Resources