SystemsAPI 图标

SystemsAPI

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 0.3.0-alpha3
本资源为搬运资源,原资源地址: https://modrinth.com/mod/systemsapi
资源信息

Minecraft 版本: 1.21.9

平台: fabric

标签: game-mechanics library utility

资源介绍

SystemsAPI

GitHub last commit


Maven Version


By Redstone Studios

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>
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
minecolonies extra

价格:0 墨喵币
下载量:0

查看详情
Origins: Frigid GUI

价格:0 墨喵币
下载量:0

查看详情
TFC Alloy Extension

价格:0 墨喵币
下载量:0

查看详情
Wildborne - Photorealistic VANILLA Resource Pack

价格:0 墨喵币
下载量:0

查看详情