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 align="center">
<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>
<b>A Fabric mod allowing modpack authors to add non-overwriting override files.</b>
</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">
[Modrinth]
</a>
</p>
# OneTimeOverrides

View file

@ -7,7 +7,7 @@ plugins {
}
group = "xyz.horizr.onetimeoverrides"
version = "1.0.0"
version = "1.0.1"
repositories {
mavenCentral()

View file

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