mirror of
https://github.com/JonasunderscoreJones/BuildGPT.git
synced 2025-10-23 00:09:18 +02:00
Update to 1.14.1 and Fabric API 0.3.0
This commit is contained in:
parent
76a554fbb7
commit
365f76fbd3
2 changed files with 5 additions and 5 deletions
|
@ -20,7 +20,7 @@ dependencies {
|
|||
modCompile "net.fabricmc:fabric-loader:${project.loader_version}"
|
||||
|
||||
// Fabric API. This is technically optional, but you probably want it anyway.
|
||||
modCompile "net.fabricmc:fabric:${project.fabric_version}"
|
||||
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
|
||||
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
|
||||
// You may need to force-disable transitiveness on them.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue