Compare commits
No commits in common. "main" and "v1.0.0" have entirely different histories.
3 changed files with 7 additions and 7 deletions
|
@ -3,13 +3,13 @@
|
|||
</p>
|
||||
|
||||
<p align="center">
|
||||
<b>A Fabric mod allowing modpack authors to add non-overwriting override files.</b>
|
||||
<a href="https://modrinth.com/mod/one-time-overrides">
|
||||
<img width="160" src="https://raw.githubusercontent.com/modrinth/art/main/Branding/Badge/badge-dark.svg">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://modrinth.com/mod/one-time-overrides">
|
||||
[Modrinth]
|
||||
</a>
|
||||
<b>A Fabric mod allowing modpack authors to add non-overwriting override files.</b>
|
||||
</p>
|
||||
|
||||
# OneTimeOverrides
|
||||
|
|
|
@ -7,7 +7,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "xyz.horizr.onetimeoverrides"
|
||||
version = "1.0.1"
|
||||
version = "1.0.0"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
]
|
||||
},
|
||||
"depends": {
|
||||
"fabricloader": ">=${fabricLoaderVersion}",
|
||||
"fabric-language-kotlin": ">=${fabricLanguageKotlinVersion}"
|
||||
"fabricloader": "${fabricLoaderVersion}",
|
||||
"fabric-language-kotlin": "${fabricLanguageKotlinVersion}"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue