1
0
Fork 0
This commit is contained in:
Moritz Ruth 2022-08-19 18:07:44 +02:00
parent 15e52332e5
commit 75f4764e7e
2 changed files with 3 additions and 2 deletions

View file

@ -4,12 +4,12 @@
<p align="center">
<a href="https://modrinth.com/mod/one-time-overrides">
<img src="https://raw.githubusercontent.com/modrinth/art/main/Branding/Badge/badge-dark.svg">
<img width="160" src="https://raw.githubusercontent.com/modrinth/art/main/Branding/Badge/badge-dark.svg">
</a>
</p>
<p align="center">
A Fabric mod allowing modpack authors to add non-overwriting override files.
<b>A Fabric mod allowing modpack authors to add non-overwriting override files.</b>
</p>
# OneTimeOverrides

View file

@ -50,6 +50,7 @@ tasks {
remapJar {
addNestedDependencies.set(true)
archiveVersion.set("v${project.version}")
}
}