Skip to content

Instantly share code, notes, and snippets.

View LOUDO56's full-sized avatar

LOUDO LOUDO56

View GitHub Profile
@LOUDO56
LOUDO56 / external_lib_compile_fabric_forge_neoforge.md
Last active April 3, 2025 19:28
Add external and compiles libraries in forge, fabric or neoforge

To add an external libraires (non mod) and want to compile it in final jar, here's what can do:

Fabric:

dependencies {
	// ... //
	include(implementaion “com.example:name:1.0.0”)
}