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
LibX

LibX

LibX is a library mod with a lot of code that is shared between mods.

593.1k
25
Library

Compatibility

Minecraft: Java Edition

1.21.1
1.20.1
1.19.x
1.18.x
1.17.1
1.16.3–1.16.5

Platforms

Forge
NeoForge

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server

Creators

ModdingX
ModdingXOrganization

Details

Licensed Apache-2.0
Published 3 years ago
Updated 4 weeks ago
DescriptionChangelogVersions

Show all versions

1
2
3
7

LibX-1.20.1-5.0.1.jar

on Jun 14, 2023
Download
  • Fix crash when a DecorationMaterial without a BlockSetType or WoodType was used. - noeppi_noeppi

LibX-1.20.1-5.0.0.jar

on Jun 14, 2023
Download

LibX-1.19.4-4.4.11.jar

on May 25, 2023
Download
  • Merge pull request #80 from ModdingX/feature/remove_120 - MelanX
  • Fix wrong model view matrices in job rendering - noeppi_noeppi
  • Add meta annotations to @ForMod - noeppi_noeppi
  • Deprecate MultiRegisterable - noeppi_noeppi
  • Add PlainRegisterable annotation as replacement for MultiRegisterable in ModInit. - noeppi_noeppi
  • Minor cleanup and marking stuff for removal in 1.20. - noeppi_noeppi
  • Print a warning if a mod makes another mods registry an extension registry - noeppi_noeppi

LibX-1.19.4-4.4.10.jar

on May 25, 2023
Download
  • Merge pull request #79 from ModdingX/feature/widgets_in_text_screen - MelanX
  • Move background drawing into a protected method, so subclasses can change the look of the screen. - noeppi_noeppi
  • Allow widgets on text screens and add FlowBox for more control over the layout. - noeppi_noeppi
  • Merge branch '1.19' of https://github.com/ModdingX/LibX into 1.19 - noeppi_noeppi
  • Add a check to RecipeProviderBase to not call the same recipe extension setup method multiple times. - noeppi_noeppi

LibX-1.19.4-4.4.9.jar

on May 23, 2023
Download
  • Don't sync unnecessary registries. Fixes timeout when connecting to server or lan world. Closes #81 - noeppi_noeppi

LibX-1.19.4-4.4.8.jar

on May 10, 2023
Download
  • Merge pull request #78 from ModdingX/feature/density_layers - MelanX
  • Use density functions for the biome layer selector. - noeppi_noeppi

LibX-1.19.4-4.4.7.jar

on May 10, 2023
Download
  • Merge pull request #77 from ModdingX/feature/density - MelanX
  • Don't add empty item entities - noeppi_noeppi
  • Fix density function visiting - noeppi_noeppi
  • Add clamp and lerp density functions - noeppi_noeppi
  • Add debug density function - noeppi_noeppi
  • Simplify smash density function - noeppi_noeppi
  • Check for non-finite bounds when creating influence density functions. - noeppi_noeppi
  • Add influence density function - noeppi_noeppi
  • Add polynomials and smash density function - noeppi_noeppi
  • Add wrap method to NoiseProviderBase - noeppi_noeppi
  • Fix another registry tracking related crash - noeppi_noeppi
  • Make structure modifiers an extension registry - noeppi_noeppi

LibX-1.19.4-4.4.6.jar

on May 2, 2023
Download
  • Fix crash when registry tracking is used with BlockBase instances that have no item. - noeppi_noeppi
  • Optimisation for count placement modifier - noeppi_noeppi

LibX-1.19.4-4.4.5.jar

on May 2, 2023
Download
  • Merge branch '1.19' of https://github.com/ModdingX/LibX into 1.19 - noeppi_noeppi
  • Add two new placement filters - noeppi_noeppi
  • Remove @Experimental from registry tracker and patchouli provider. - noeppi_noeppi
  • Merge branch '1.19' of https://github.com/ModdingX/LibX into 1.19 - noeppi_noeppi
  • Small fixes - noeppi_noeppi

LibX-1.19.4-4.4.4.jar

on Apr 27, 2023
Download
  • add default values to DamageTypeBuilder to prevent crashes - MelanX

LibX-1.19.4-4.4.3.jar

on Apr 27, 2023
Download
  • Merge pull request #76 from ModdingX/feature/damage_type_provider - noeppi_noeppi
  • move DamageTypeProviderBase class - MelanX
  • rename SandBoxProviderBase to RegistryProviderBase and fix DamageTypeProviderBase - MelanX
  • add damage type provider - MelanX

LibX-1.19.4-4.4.2.jar

on Apr 23, 2023
Download
  • Merge branch 'feature/datagen' into 1.19 - noeppi_noeppi
  • Expose the datagen context inside SandBoxProviderBase - noeppi_noeppi

LibX-1.19.4-4.4.1.jar

on Apr 22, 2023
Download
  • Merge pull request #75 from ModdingX/feature/datagen - MelanX
  • Fix coremod name - noeppi_noeppi
  • JavaDoc - noeppi_noeppi
  • Add the SandBox providers - noeppi_noeppi
  • Remove @Datagen from ModInit - noeppi_noeppi
  • Remove datagen_old package - noeppi_noeppi
  • Use PackTarget instead of PackOutput whenever possible - noeppi_noeppi
  • Make builtin providers use the new system - noeppi_noeppi
  • Fix registry serialisation - noeppi_noeppi
  • Small fixes to internal datagen - noeppi_noeppi
  • Datagen progress - noeppi_noeppi
  • Start implementing a new datagen system. - noeppi_noeppi

LibX-1.19.4-4.4.0.jar

on Apr 14, 2023
Download
  • Extend dynamic packs to also cover resource packs - noeppi_noeppi
  • Change upload version - noeppi_noeppi
  • Coremod fix - noeppi_noeppi
  • 1.19.4 - noeppi_noeppi

LibX-1.19.3-4.3.2.jar

on Mar 22, 2023
Download
  • Fix wrong condition - noeppi_noeppi

LibX-1.19.3-4.3.1.jar

on Mar 11, 2023
Download
  • fix datagen - MelanX

LibX-1.19.3-4.3.0.jar

on Mar 5, 2023
Download
  • Merge pull request #74 from ModdingX/future - noeppi_noeppi
  • Fix registry key target package - noeppi_noeppi
  • Make registry tracking enabled by default. - noeppi_noeppi
  • More small changes - noeppi_noeppi
  • Remove holder creation in the registration system - noeppi_noeppi
  • Minor javadoc fixes - noeppi_noeppi
  • Fire the event later, after the state has been written. - noeppi_noeppi
  • Fire a ConfigLoadedEvent for ingame editor changes - noeppi_noeppi
  • Minor javadoc fixes - noeppi_noeppi
  • Add partial application to functions and consumers - noeppi_noeppi
  • Fix - noeppi_noeppi
  • Make TagProviderBase extend IntrinsicHolderTagsProvider - noeppi_noeppi
  • Fix tooltip positioning in config screens - noeppi_noeppi
  • Generate overworld and nether biome layers - noeppi_noeppi
  • config gui screen width fixes - noeppi_noeppi
  • javadoc - noeppi_noeppi
  • Register chunk generator and biome source - noeppi_noeppi
  • Layered biome source - noeppi_noeppi
  • Add creative tab filling methods to ItemBase and BlockBase - noeppi_noeppi
  • Make ticksInGame field private in ClientTickHandler - noeppi_noeppi
  • Add extended noise generator and biome rules - noeppi_noeppi
  • Add structure template pool extensions - noeppi_noeppi
  • Somehow the tags got lost - noeppi_noeppi
  • Start merging SandBox - noeppi_noeppi
  • Revert the ? super because java generics - noeppi_noeppi
  • loot modifiers - noeppi_noeppi
  • Merge branch 'feature/loot_modifiers' into future - noeppi_noeppi
  • Some minor changes - noeppi_noeppi
  • More fixes and enhancements - noeppi_noeppi
  • Update jupiter - noeppi_noeppi
  • Fixes - noeppi_noeppi
  • fix creative mode tab creation - MelanX
  • add pack output to @Datagen - MelanX
  • use new button builder - MelanX
  • SugarCane - MelanX
  • fix recipes for decorative things - MelanX
  • fix rendering things - MelanX
  • yet another decorated block fixes - MelanX
  • add recipe category to recipes - MelanX
  • update registry location - MelanX
  • datapack things, potentially broken now - MelanX
  • fix more things of decorated blocks - MelanX
  • fix decorated blocks - MelanX
  • fix main data providers - MelanX
  • fix game event handling - MelanX
  • Widget -> Renderable - MelanX
  • replace com.mojang.math.* entries - MelanX
  • change deprecated item handler capability - MelanX
  • remove ForRemoval things - MelanX
  • Some loot stuff - noeppi_noeppi

LibX-1.19.2-4.2.8.jar

on Oct 26, 2022
Download
  • Merge pull request #73 from ModdingX/feature/rendering - MelanX
  • Javadoc fixes - noeppi_noeppi
  • Update the texture provider to current LibX - noeppi_noeppi
  • Readd the texture provider - noeppi_noeppi
  • Add an API to render images from the running game. - noeppi_noeppi

LibX-1.19.2-4.2.7.jar

on Oct 21, 2022
Download
  • Merge pull request #72 from ModdingX/feature/data_sort - MelanX
  • Sort the elements in the data providers - noeppi_noeppi

LibX-1.19.2-4.2.6.jar

on Sep 4, 2022
Download
  • Miscellaneous changes. - noeppi_noeppi
1
2
3
7

Modrinth is open source.

app-ads@1633f40

© 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.