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