From c653832a9c38a7301c42686993eca3edab40674d Mon Sep 17 00:00:00 2001 From: 3944Realms <81907904+3944Realms@users.noreply.github.com> Date: Mon, 16 Mar 2026 12:35:31 +0800 Subject: [PATCH] docs: Update implementation section in README.md Clarified implementation instructions for version 0.5.0+. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8aafd44..74ec41d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ **Lib39** is a general-purpose dependency library for Minecraft mods. It provides utility methods and core functionality that other mods can build upon. -### How to implementation? +### How to implementation? ( Only for Version 0.5.0+ ) #### **In repositories:** @@ -54,4 +54,4 @@ Add this in your common subproject. dependencies { implementation("top.r3944realms.lib39:lib39-common-1.20.1:${lib39_version}") } -``` \ No newline at end of file +```