Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Evening Star Lib

Evening Star Lib

Fabric modding library containing commonly used code & some rendering tools.

46
1
Library

Compatibility

Minecraft: Java Edition

Platforms

Fabric

Supported environments

Client-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

View source Join Discord server

Creators

VesMaybeVesper
VesMaybeVesper Member

Details

Licensed MIT
Published last week
Updated 5 days ago
DescriptionChangelogVersions

About

Modding library made up of code I got tired of writing over and over.

Evening Star Lib contains tools to speed up the development of Minecraft mods, with utilities for mod compatibility, rendering, and positional information.

Evening Star Lib is actively being updated with new features!

Features

Proper wiki creation pending

Adding to project

Repository:

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

Dependency: Replace <VERSION> with target version number

dependencies {
	modImplementation ("maven.modrinth:eveningstarlib:<VERSION>")
}

Mod Checks

ESLModChecks.isIris(): Returns a boolean representing if Iris is present on the client or not.

ESLModChecks.isShaders(): Returns a boolean representing if a shaderpack is currently in use (Runs isIris() within itself, no need to double up). Requires compiling against Iris at minimum.

ESLModChecks.isSodium(): Returns a boolean representing if Sodium is present on the client or not.

Rendering Utilities

ESLRenderUtils.getCamera(): Returns a Camera of the game instance camera.

ESLRenderUtils.getCameraPos(): Returns a Vec3d of the game instance camera position.

Position Utilities

ESLPositionUtils.posAtRanScreenEdge(): Returns a Vec2f of a random position along the edge of the game window.

Modrinth is open source.

main@4b75cb8

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.