OverlayLib 图标

OverlayLib

作者:rebot | 分类:模组

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

Minecraft 版本: 26.1 26.1.1 26.1.2

平台: fabric

标签: library

资源介绍

OverlayLib

A rendering library for live info-overlays

Overlays

This mod allows other mods to create "Overlays", which can render textures on some or even all blocks with variable color, texture and more, built with informative overlays in mind (e.g. a light level overlay).

This is a LIBRARY mod.

This is a library mod, so only installing this without any other mods won't do anything.

Some features

  • All rendering is done for you with custom shaders and pipelines
  • Configurable yet simple computing of overlay information
  • Caching of overlay data to prevent recomputation every frame
  • Presets for OverlayRenderers and OverlayManagers so you don't have to! (You can code your own too though)

For Developers

Add OverlayLib to your fabric dependencies:

{
  "depends": {
    "overlaylib": "VERSION" // Replace VERSION with a version selector
  }
}

Add the modrinth maven to your repositories in build.gradle:

repositories {
    maven { url "https://api.modrinth.com/maven" }
}

Add OverlayLib to your gradle dependencies:

dependencies {
    modApi "maven.modrinth:overlaylib:VERSION" // Replace VERSION with a version number
}

Now you can start using OverlayLib:

import net.lugo.overlaylib.Overlay

Overlay myOverlay = new Overlay(...);
myOverlay.register();
📥 下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
CodeChicken Core

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

查看详情
BedrockWaters

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

查看详情
No F3/Debug Screen

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

查看详情
Dungeons and Taverns Jungle Temple Overhaul

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

查看详情