Blueprint

作者:rebot | 分类:模组

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

Minecraft 版本: 1.21.1

平台: neoforge

标签: library

资源介绍

Website Discord X Patreon

📖 About:

Blueprint is a mod library designed to make it easier to access code shared across most Team Abnormals mods, but anyone is allowed and encouraged to use it! It has many valuable features, such as a registry helper, data syncing, various data-driven modification systems, a biome API, a trim material API, the Endimator animation API, and much more!

💻 For Developers:

Adding Blueprint to your mod is quite simple!

First off, you need to add Blueprint as a dependency to access the library in code. To do so, add the following to your build.gradle:

repositories {
    maven {
        url = "https://maven.teamabnormals.com"
    }
}

dependencies {
    implementation("com.teamabnormals:blueprint:<version>")
}

Replace <version> with the desired version of Blueprint, including the desired version of Minecraft.

For example, 1.21.1-8.0.0 yields blueprint-1.21.1-8.0.0.jar.

Next, you must add it as a dependency on NeoForge to make your mod require Blueprint when loading. In your neoforge.mods.toml, add the following block to the file:

[[dependencies.<modId>]]
    modId = "blueprint"
    type = "required"
    versionRange = "[<version>,)"
    ordering = "AFTER"
    side = "BOTH"

Replace <version> with the desired version of Blueprint.
For example, 8.0.0 will target version 8.0.0 of Blueprint.
The code block above for the neoforge.mods.toml file targets the selected version and any subsequent versions. If you want to target it differently, you may want to read up on the neoforge.mods.toml spec.

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

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Johnny's QOL

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

查看详情
Ulti's Simple Recipes

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

查看详情
TeaWorld

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

查看详情
Rogue's Horror Experience

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

查看详情