Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotori316 committed Feb 23, 2024
1 parent 5411754 commit c526ac7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,17 @@ repositories {
name "Kotori316 Azure Maven"
url = uri("https://pkgs.dev.azure.com/Kotori316/minecraft/_packaging/mods/maven/v1")
}
// since 1.20.4
maven {
name "Kotori316"
url = uri("https://maven.kotori316.com/com/kotori316")
}
}
dependencies {
// https://dev.azure.com/Kotori316/minecraft/_artifacts/feed/mods/maven/com.kotori316%2Fadditionalenchantedminer/versions
implementation(fg.deobf("com.kotori316:AdditionalEnchantedMiner:VERSION".toLowerCase(Locale.ROOT)))
// since 1.20.4 See https://maven.kotori316.com/com/kotori316
// "AdditionalEnchantedMiner" is for Forge. For fabric and NeoForge, use the version with suffix.
implementation(fg.deobf("com.kotori316:AdditionalEnchantedMiner:20.4.x".toLowerCase(Locale.ROOT)))
}
```
3 changes: 2 additions & 1 deletion temp_changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## LATEST 1.20.4

* Fix item duplication in some conditions
* Add version checker in fabric

---

Expand All @@ -11,3 +11,4 @@
* Add recipe of Marker Plus in fabric
* Support neoforge with network change
* Fix item duplication in some conditions
* Add version checker in fabric

0 comments on commit c526ac7

Please sign in to comment.