Resolve gravestone mod from curseforge maven
This commit is contained in:
16
README.md
16
README.md
@@ -53,11 +53,17 @@ Then build the mod:
|
||||
|
||||
The output jar is at `build/libs/gravestone_sable_compat-1.0.0.jar`.
|
||||
|
||||
If the Modrinth maven can't resolve `gravestone-mod` for your machine, drop
|
||||
`gravestone-1.21.1-1.0.19.jar` (or any 1.21.1 build of gravestone) into a
|
||||
`libs/` folder at the project root, comment out the `compileOnly
|
||||
"maven.modrinth:gravestone-mod:..."` line in `build.gradle`, and uncomment the
|
||||
`compileOnly fileTree(dir: 'libs', ...)` line.
|
||||
If Curse Maven is unreachable from your build machine, drop
|
||||
`gravestone-1.21.1-1.0.19.jar` (or any 1.21.1 build) into a `libs/` folder at
|
||||
the project root, comment out the `compileOnly "curse.maven:gravestone-mod-..."`
|
||||
line in `build.gradle`, and uncomment the `compileOnly fileTree(dir: 'libs',
|
||||
...)` line.
|
||||
|
||||
To target a newer gravestone build, look up its CurseForge file ID at
|
||||
[curseforge.com/minecraft/mc-mods/gravestone-mod/files](https://www.curseforge.com/minecraft/mc-mods/gravestone-mod/files)
|
||||
(filter to 1.21.1) and update `gravestone_curse_file_id` in
|
||||
`gradle.properties`. The mixin signature has been stable from 1.0.19 through
|
||||
1.0.37, so any 1.21.1 build should work.
|
||||
|
||||
## Runtime requirements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user