diff --git a/README.md b/README.md index 758219d..53c89e8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add the following into your dependencies block in build.gradle ```groovy include modApi('teamreborn:energy:') { - exclude(group: "net.fabricmc.fabric-api") + transitive = false } ``` @@ -118,4 +118,4 @@ Make sure you read the documentation of `ContainerItemContext` if you go down th ## Charging items Check out how you can create a `ContainerItemContext`, -and use it to query an `EnergyStorage` implementation with `EnergyStorage.SIDED`. \ No newline at end of file +and use it to query an `EnergyStorage` implementation with `EnergyStorage.SIDED`.