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