Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LasmGratel committed Jul 23, 2024
1 parent 4046632 commit 43ff7ca
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 19 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.2]

### Added

- Crowdin integration
- Chinese (Simplified) localization
- Search bar tooltip

### Fixed

- Recipe for Advanced Memory Card

### Removed

- Cleanup unused code
Expand All @@ -36,5 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- 1.20.1 Support.

[1.4.2]: https://github.com/LasmGratel/BetterP2P/releases/tag/v1.4.2
[1.4.1]: https://github.com/LasmGratel/BetterP2P/releases/tag/v1.4.1
[1.4.0]: https://github.com/LasmGratel/BetterP2P/releases/tag/v1.4.0
4 changes: 0 additions & 4 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ architectury {
common(rootProject.enabled_platforms.split(","))
}

loom {
accessWidenerPath = file("src/main/resources/examplemod.accesswidener")
}

dependencies {
// We depend on fabric loader here to use the fabric @Environment annotations and get the mixin dependencies
// Do NOT use other classes from fabric loader
Expand Down
3 changes: 0 additions & 3 deletions common/src/main/resources/architectury.common.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "appliedenergistics2:memory_card"
"item": "ae2:memory_card"
},
{
"item": "appliedenergistics2:network_tool"
"item": "ae2:network_tool"
}
],
"result": {
Expand Down
1 change: 0 additions & 1 deletion common/src/main/resources/examplemod.accesswidener

This file was deleted.

5 changes: 0 additions & 5 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ architectury {
fabric()
}

loom {
accessWidenerPath = project(":common").loom.accessWidenerPath
}

configurations {
common
shadowCommon // Don't use shadow from the shadow plugin since it *excludes* files.
Expand Down Expand Up @@ -54,7 +50,6 @@ shadowJar {
}

remapJar {
injectAccessWidener = true
input.set shadowJar.archiveFile
dependsOn shadowJar
archiveClassifier.set('fabric')
Expand Down
4 changes: 0 additions & 4 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ architectury {
}

loom {
accessWidenerPath = project(":common").loom.accessWidenerPath

forge {
convertAccessWideners = true
extraAccessWideners.add loom.accessWidenerPath.get().asFile.name

mixinConfig "betterp2p-common.mixins.json"
mixinConfig "betterp2p.mixins.json"
}
Expand Down

0 comments on commit 43ff7ca

Please sign in to comment.