[Change] Allow to run with FAPI 0.86.1 (and up), which fixes the forced registry Paths
This commit is contained in:
parent
e86ea25b60
commit
81a5d630c4
4 changed files with 14 additions and 16 deletions
|
@ -59,6 +59,8 @@ dependencies {
|
|||
mappings loom.officialMojangMappings()
|
||||
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
//make sure we are compatible to the old model API
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api-deprecated:${project.fabric_version}"
|
||||
modCompileOnly "com.terraformersmc:modmenu:${project.modmenu_version}"
|
||||
|
||||
modCompileOnly "dev.emi:emi-fabric:${emi_version}:api"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue