File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ repositories {
25
25
}
26
26
27
27
dependencies {
28
- runtimeOnly fg.deobf ("com.faux.ingredientextension:IngredientExtensionAPI-fabric-1.18.1 :[VERSION]")
28
+ modCompileOnly ("com.faux.ingredientextension:IngredientExtensionAPI-fabric-1.18.2 :[VERSION]")
29
29
}
30
30
```
31
31
32
32
Just replace ` [VERSION] ` with the latest released version, which is currently:
33
33
34
- [ ![ Maven] ( https://img.shields.io/maven-metadata/v?color=C71A36&label=&metadataUrl=https%3A%2F%2Fmaven.blamejared.com%2Fcom%2Ffaux%2Fingredientextension%2FIngredientExtensionAPI-fabric-1.18.1 %2Fmaven-metadata.xml&style=flat-square )] ( https://maven.blamejared.com/com/faux/ingredientextension/ )
34
+ [ ![ Maven] ( https://img.shields.io/maven-metadata/v?color=C71A36&label=&metadataUrl=https%3A%2F%2Fmaven.blamejared.com%2Fcom%2Ffaux%2Fingredientextension%2FIngredientExtensionAPI-fabric-1.18.2 %2Fmaven-metadata.xml&style=flat-square )] ( https://maven.blamejared.com/com/faux/ingredientextension/ )
35
35
36
36
Simply remove the ` v ` and use that version, so ` v1.0.0.0 ` becomes ` 1.0.0.0 `
37
37
You can’t perform that action at this time.
0 commit comments