Tags
Creators
Details
All versions
1.1.3
Release
NexusLib 1.1.37 months ago 11.2K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Nexuslib version 1.1.3
Changes
- Refactored NLFuelRegistry and NLToolActions
- Added a registry for default entity attributes
- Added a registry for post-process shader effects
- Provide the condition for when to apply the shader, the directory to the core shader json, and when it can be disabled by the f4 key
- Fixed a vanilla issue where post-process effects would be disabled when opening the gamemode switcher
- Fixed a typo in the method name of "sendToServer" (previously sentToServer)
- Fixed an issue on neoforge where if two different mods that use Nexuslib for registry are loaded together, the former will register its content under the latter's id
- Added a registry method for non-simple particle types
- Added a registry for force loading models
- Added a registry for item model overrides
- Added a registry for commands
- Added a registry method for command arguments
- Added NLParticleRenderTypes
- Adds
PARTICLE_SHEET_CLOUDparticle render type- Translucent render type that doesn't have some visual glitches that normal translucent particles do when rendering over each other, is typically used for "clouds" of one type of particle or when many are meant to overlap each other. It does have issues with depth sorting though, so its not great for other applications.
- Adds
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:bgDhVmqz:Onw4zMue"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bgDhVmqz:Onw4zMue"
}

