Skip to content

Commit

Permalink
1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Aug 26, 2024
1 parent 1482f23 commit 59e62ed
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 17 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
## Change
- sync from [`sakura-ryoko/malilib/aacf246`](https://github.com/sakura-ryoko/malilib/commit/aacf2465cbcf64ae1b39be88c59281f96d98e535)
- update neoforge to `21.0.166`
- move to 1.21.1
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

**This mod requires [BadPackets](https://modrinth.com/mod/badpackets) in 1.20.4 and above.**

MaLiLib unofficial forge port.
MaLiLib unofficial (Neo)Forge port.

<img alt="forge" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/forge_vector.svg">

Expand All @@ -23,6 +23,9 @@ MaFgLib (or MaLiLib-Forge) is a library mod used by Masa's mods Forge port. It c
duplicated in most of the mods, such as multi-key capable keybinds, configuration GUIs and **config screen register** etc.
For compiled builds (= downloads), see [Releases](https://github.com/ThinkingStudios/MaLiLib-Forge/releases) or [Modrinth](https://modrinth.com/mod/mafglib)

## How to use in Minecraft
See [malilib wiki](https://github.com/maruohon/malilib/wiki)

## Development

This mod use modrinth maven.
Expand All @@ -43,4 +46,8 @@ dependencies {
- Clone the repository
- Open a command prompt/terminal to the repository directory
- run 'gradlew build'
- The built jar file will be in build/libs/
- The built jar file will be in build/libs/

## Credits
- [maruohon/malilib](https://github.com/maruohon/malilib)
- [sakura-ryoko/malilib](https://github.com/sakura-ryoko/malilib)
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ publisher {
setChangelog(file("CHANGELOG.md").getText("UTF-8"))
setVersion("${project.version}")
setDisplayName("${project.version}")
setGameVersions(libs.versions.minecraft.range.get())
setGameVersions("1.21", "1.21.1")
setLoaders(loom.platform.get().id())
setCurseEnvironment("client")
setArtifact(remapJar)
Expand Down
10 changes: 4 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
[versions]

minecraft-range="1.21"

# Base properties
minecraft_version="1.21"
yarn_mappings="1.21+build.2"
minecraft_version="1.21.1"
yarn_mappings="1.21.1+build.3"
mappings_patch="1.21+build.4"
neoforge="21.0.166"
neoforge="21.1.27"

# Mod properties
version="0.1.21"
version="0.1.22"
maven-group="org.thinkingstudio.mafglib"
archives-name="MaFgLib"

Expand Down
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit 59e62ed

Please sign in to comment.