File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ repositories {
1616}
1717
1818dependencies {
19- runtimeOnly fg.deobf("com.faux.faux-custom-entity-data:Faux-Custom-Entity-Data-fabric-1.18.1 :[VERSION]")
19+ runtimeOnly fg.deobf("com.faux.faux-custom-entity-data:Faux-Custom-Entity-Data-fabric-1.19.2 :[VERSION]")
2020}
2121```
2222
2323Just replace ` [VERSION] ` with the latest released version, which is currently:
2424
25- [ ![ 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/ )
25+ [ ![ Maven] ( https://img.shields.io/maven-metadata/v?color=C71A36&label=&metadataUrl=https%3A%2F%2Fmaven.blamejared.com%2Fcom%2Ffaux%2Fingredientextension%2FIngredientExtensionAPI-fabric-1.19.2 %2Fmaven-metadata.xml&style=flat-square )] ( https://maven.blamejared.com/com/faux/ingredientextension/ )
2626
2727Simply remove the ` v ` and use that version, so ` v1.0.0 ` becomes ` 1.0.0 `
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G
33
44# Fabric Properties
55# check these on https://fabricmc.net/develop/
6- minecraft_version =1.19
7- loader_version =0.14.8
8- fabric_version =0.56 .0+1.19
6+ minecraft_version =1.19.2
7+ loader_version =0.14.9
8+ fabric_version =0.62 .0+1.19.2
99
1010# Mod Properties
1111version =2.0
You can’t perform that action at this time.
0 commit comments