From 3b9eb7c8074316f91a716ace45405832ccf67508 Mon Sep 17 00:00:00 2001 From: ds58 <30220598+ds58@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:25:42 -0500 Subject: [PATCH] Update maven artifacts in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 013a663d..5a5addba 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ repositories { #### Fabric ``` dependencies { - modCompileOnly 'com.cinemamod:mcef:2.1.5-1.21' - modRuntimeOnly 'com.cinemamod:mcef-fabric:2.1.5-1.21' + modCompileOnly 'com.cinemamod:mcef:2.1.5-1.21.1' + modRuntimeOnly 'com.cinemamod:mcef-fabric:2.1.5-1.21.1' } ``` See the [mcef-fabric-example-mod](https://github.com/CinemaMod/mcef-fabric-example-mod) for a complete example Fabric project. @@ -56,8 +56,8 @@ See the [mcef-fabric-example-mod](https://github.com/CinemaMod/mcef-fabric-examp #### NeoForge ``` dependencies { - compileOnly fg.deobf('com.cinemamod:mcef:2.1.5-1.21') - runtimeOnly fg.deobf('com.cinemamod:mcef-neoforge:2.1.5-1.21') + compileOnly fg.deobf('com.cinemamod:mcef:2.1.5-1.21.1') + runtimeOnly fg.deobf('com.cinemamod:mcef-neoforge:2.1.5-1.21.1') } ``` ### Building & Modifying MCEF