From 2060c8866047fe962181ff72c9c16df5da6bf235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A4seToatz?= Date: Fri, 7 Nov 2025 17:50:10 +0100 Subject: [PATCH] Update readme --- README.MD | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.MD b/README.MD index f098780..d0320d4 100644 --- a/README.MD +++ b/README.MD @@ -17,8 +17,6 @@ dependencies { ``` Then add dacl_version to your `gradle.properties`, you can check the version on the [versions page](https://modrinth.com/mod/dacl/versions). -If you want to bundle this library with your mod, replace `modCompileOnly` with `modImplementation`. - ## Creating options Start by creating your mod entrypoint, make sure it implements ModInitializer. You can then add your options as public static fields to this class to access them later. You can create options like so: ```java