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">
|
||||
<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
|
||||
|
|
|
@ -50,6 +50,7 @@ tasks {
|
|||
|
||||
remapJar {
|
||||
addNestedDependencies.set(true)
|
||||
archiveVersion.set("v${project.version}")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue