SystemsAPI
ModA fabric library that abstracts Hypixel Housing's systems
Type
Mod
Modrinth Downloads
739
Modrinth ID
1sodGjdv
Last Updated
May 21, 2026
Description
SystemsAPI
Overview
SystemsAPI is a fabric library that abstracts Hypixel Housing's house systems for other mods to use. For an example implementation, see HTSL Reborn.
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
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
repositories { maven { name = "redstoneReleases" url = uri("https://repo.redstone.llc/releases") } } dependencies { modImplementation("llc.redstone:SystemsAPI:VERSION") }Maven
<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>Compatibility
Mod Loaders
Game Versions
Similar Mods
Fel's Machine Guns II
A mod that adds heavy machine guns to Minecraft.
NoFireOverlay
A customizable fire or lava overlay mod that keeps burning visible without blocking your view
End Remastered Dimension Compat
Makes End Remastered compatible with mods that add End Portal Frames within the End dimension like Dungeons and Taverns!
The Mutant Mobs Mod
This mod adds more mutant monsters
Peekaboo!
Disguise as a mob, another player - or maybe just wear a Creeper on your head!
Biomes O' Plenty Legacy Reborn & Croparium
A Minecraft mod that digs up long-lost ores from early Biomes O' Plenty updates, and now you can grow them.