Skip to content

Commit

Permalink
Add newlines to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Moulberry committed May 11, 2024
1 parent 19a7141 commit fa7ee07
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# MixinConstraints

A library to enable/disable mixins using annotations.

Annotations can be applied to mixin classes to toggle the whole mixin, or individual fields/methods for more precision.

# Installing

MixinConstraints is available through Maven Central
The library currently only supports Fabric
MixinConstraints is available through Maven Central.

The library currently only supports Fabric.

__Gradle__
```groovy
Expand All @@ -17,7 +19,7 @@ dependencies {

Next, you will need to bootstrap the library to affect your mixins.

The easiest way is using the built-in Mixin Plugin by adding the following to your modid.mixins.json:
The easiest way to do so is by using the provided Mixin Plugin by adding the following to your modid.mixins.json:
```json
{
"plugin": "com.moulberry.mixinconstraints.ConstraintsMixinPlugin",
Expand Down

0 comments on commit fa7ee07

Please sign in to comment.