SystemsAPI
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #8 of 892 fabric mods in this game by downloads
📋 About This Mod
# SystemsAPI <a href="https://github.com/redstone-llc/SystemsAPI/commits/main/"> <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/redstone-llc/SystemsAPI?style=for-the-badge&logo=github&logoColor=%23cad3f5&labelColor=%23363a4f&color=%2340a02b"> </a> <a href="https://repo.redstone.llc/#/releases/llc/redstone/SystemsAPI"> <img alt="Maven Version" src="https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Frepo.redstone.llc%2Freleases%2Fllc%2Fredstone%2FSystemsAPI%2Fmaven-metadata.xml&style=for-the-badge&logo=Apache%20Maven&logoColor=%23cad3f5&labelColor=%23363a4f&color=%238839ef"> </a> <a href="https://discord.gg/pCcpqzU4He"> <img alt="By Redstone Studios" src="https://img.shields.io/badge/By-Redstone%20Studios-red?style=for-the-badge&labelColor=%23363a4f&color=%23e64553"> </a> ## Overview SystemsAPI is a fabric library that abstracts Hypixel Housing's house systems for other mods to use. For an example implementation, see (https://github.com/sinender/HTSLReborn). ## Features - Action importing - Error correction (catches when things don't go how they should, and tries again automatically) - (PLANNED) Optimized importing (optimally keeps/changes existing actions to make imports quick!) - Action exporting - System abstraction (methods for programmatically interacting with any/all Housing systems.) - Functions - Events - Commands - Custom Menus - Regions - Scoreboard - Teams - (PLANNED) NPCs - Inventory Layouts - House Settings - Gamerules - Roles - (PLANNED) Scope and limit abstraction, for easy action validation ## Demo <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/fJpnaOvxmZU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> ## Usage To use SystemsAPI in your mod, include the project in your maven/gradle project. Replace `VERSION` with the latest version, as shown in the Maven badge above (omit the `V`). ### Gradle ```groovy repositories { maven { name = "redstoneReleases" url = uri("https://repo.redstone.llc/releases") } } dependencies { modImplementation("llc.redstone:SystemsAPI:VERSION") } ``` ### Maven ```xml <repositories> <repository> <id>redstone-releases</id> <name>Redstone Releases</name> <url>https://repo.redstone.llc/releases</url> </repository> </repositories> <dependencies> <dependency> <groupId>llc.redstone</groupId> <artifactId>SystemsAPI</artifactId> <version>VERSION</version> </dependency> </dependencies> ```
# SystemsAPI
## Overview
SystemsAPI is a fabric library that abstracts Hypixel Housing's house systems for other mods to use. For an example implementation, see (https://github.com/sinender/HTSLReborn).
## Features
- Action importing
- - Error correction (catches when things don't go how they should, and tries again automatically)
- - (PLANNED) Optimized importing (optimally keeps/changes existing actions to make imports quick!)
- Action exporting
- System abstraction (methods for programmatically interacting with any/all Housing systems.)
- - Functions
- - Events
- - Commands
- - Custom Menus
- - Regions
- - Scoreboard
- - Teams
- - (PLANNED) NPCs
- - Inventory Layouts
- - House Settings
- - Gamerules
- - Roles
- (PLANNED) Scope and limit abstraction, for easy action validation
To use SystemsAPI in your mod, include the project in your maven/gradle project. Replace `VERSION` with the latest version, as shown in the Maven badge above (omit the `V`).
### Gradle ```groovy repositories { maven { name = "redstoneReleases" url = uri("https://repo.redstone.llc/releases") } }
dependencies { modImplementation("llc.redstone:SystemsAPI:VERSION") } ```
### Maven
```xml
📊 Mod Details
- Game
- Minecraft Mods
- Author
- sinender
- Version
- 0.2.15
- Downloads
- 1,588
- Endorsements
- 0
- Category
- fabric
- Created
- 1/31/2026
- Updated
- 8/26/2026
- Game Versions
- 1.21.9
- Tags
- game-mechanics, library, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does SystemsAPI support?
The author lists 1.21.9. Other versions may work but are untested by the author.
What is the latest version of SystemsAPI?
Version 0.2.15, published 2026-08-26 with 1,588 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await