1
0
Fork 0

Compare commits

...

2 commits
v1.0.0 ... main

Author SHA1 Message Date
a7c9a453e6
Replace the broken Modrinth badge 2025-03-02 19:39:49 +01:00
b17d07c6f8 v1.0.1 2022-12-03 13:43:37 +01:00
3 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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()

View file

@ -23,7 +23,7 @@
] ]
}, },
"depends": { "depends": {
"fabricloader": "${fabricLoaderVersion}", "fabricloader": ">=${fabricLoaderVersion}",
"fabric-language-kotlin": "${fabricLanguageKotlinVersion}" "fabric-language-kotlin": ">=${fabricLanguageKotlinVersion}"
} }
} }