-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gradle snippet to also exclude Fabric Loader
- Loading branch information
1 parent
9875b71
commit db03091
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ Add the following into your dependencies block in build.gradle | |
|
||
```groovy | ||
include modApi('teamreborn:energy:<latest_version>') { | ||
exclude(group: "net.fabricmc.fabric-api") | ||
transitive = false | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
modmuss50
Member
|
||
} | ||
``` | ||
|
||
|
@@ -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`. | ||
and use it to query an `EnergyStorage` implementation with `EnergyStorage.SIDED`. |
This shouldn't be needed, if it is something is wrong with our POM....