v1.0.0
This commit is contained in:
parent
15e52332e5
commit
75f4764e7e
2 changed files with 3 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://modrinth.com/mod/one-time-overrides">
|
<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>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<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>
|
</p>
|
||||||
|
|
||||||
# OneTimeOverrides
|
# OneTimeOverrides
|
||||||
|
|
|
@ -50,6 +50,7 @@ tasks {
|
||||||
|
|
||||||
remapJar {
|
remapJar {
|
||||||
addNestedDependencies.set(true)
|
addNestedDependencies.set(true)
|
||||||
|
archiveVersion.set("v${project.version}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue