Update readme

This commit is contained in:
2025-11-07 17:50:10 +01:00
parent 2a12184a02
commit 2060c88660

View File

@@ -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