Skip to content

Commit

Permalink
build: update to mc 1.18.2 and forge 40
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Mar 5, 2022
1 parent 8a60e01 commit 9095b17
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ Shared library for AH's Minecraft mods.
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/auioc/arnicalib-mcmod/auto-release?label=release%20build&style=flat-square)](https://github.com/auioc/arnicalib-mcmod/actions/workflows/auto-release.yml)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/auioc/arnicalib-mcmod/dev-build?label=dev%20build&style=flat-square)](https://github.com/auioc/arnicalib-mcmod/actions/workflows/dev-build.yml)
<br/>
![Minecraft](https://img.shields.io/static/v1?label=Minecraft&message=1.18.1&color=00aa00&style=flat-square)
[![Forge](https://img.shields.io/static/v1?label=Forge&message=39.0.75&color=e04e14&logo=Conda-Forge&style=flat-square)](http://files.minecraftforge.net/net/minecraftforge/forge/index_1.18.1.html)
![Minecraft](https://img.shields.io/static/v1?label=Minecraft&message=1.18.2&color=00aa00&style=flat-square)
[![Forge](https://img.shields.io/static/v1?label=Forge&message=40.0.3&color=e04e14&logo=Conda-Forge&style=flat-square)](http://files.minecraftforge.net/net/minecraftforge/forge/index_1.18.2.html)
[![AdoptiumOpenJDK](https://img.shields.io/static/v1?label=AdoptiumOpenJDK&message=17.0.2%2B8&color=brightgreen&logo=java&style=flat-square)](https://adoptium.net/?variant=openjdk17&jvmVariant=hotspot)
[![Gradle](https://img.shields.io/static/v1?label=Gradle&message=7.3&color=brightgreen&logo=gradle&style=flat-square)](https://docs.gradle.org/7.3/release-notes.html)

</div>

<!--
## For Developers
There are two ways to use this mod in your workspace:
Expand Down Expand Up @@ -59,6 +60,7 @@ If you do not want to or can not use the GitHub Packages:
implementation files("libs/arnicalib-<VERSION>-forgelib.jar")
}
```
-->

## Maintainers

Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ minecraft {
}
}

sourceSets.remove(sourceSets.test)

dependencies {
minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}"

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
org.gradle.jvmargs=-Xmx4G -Dhttps://maven.minecraftforge.net/=false
org.gradle.daemon=false

minecraft_version=1.18.1
forge_version=39.0.75
minecraft_version=1.18.2
forge_version=40.0.3

mappings_channel=official
mappings_version=1.18.1
mappings_version=1.18.2

mixin_version=0.8.5

Expand Down

0 comments on commit 9095b17

Please # to comment.