Update readme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user