Skip to content

Commit

Permalink
1.21.1 port
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzss committed Sep 18, 2024
1 parent 5a30660 commit 2bbc247
Show file tree
Hide file tree
Showing 57 changed files with 12 additions and 274 deletions.
4 changes: 2 additions & 2 deletions 1.21/CHANGELOG.md → 1.21.1/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v21.0.0-1.20.6] - 2024-07-01
- Port to Minecraft 1.21
## [v21.1.0-1.21.1] - 2024-09-18
- Port to Minecraft 1.21.1
2 changes: 1 addition & 1 deletion 1.21/Common/build.gradle → 1.21.1/Common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apply from: "https://raw.githubusercontent.com/Fuzss/modresources/main/gradle/v2/common.gradle"
apply from: "https://raw.githubusercontent.com/Fuzss/modresources/main/gradle/${libs.versions.minecraft.get()}/common.gradle"

dependencies {
// Puzzles Lib
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.21 2024-07-01T10:10:54.930933 Languages: en_us for mod: resourcepackoverrides
// 1.21.1 2024-09-18T12:16:39.103583 Languages: en_us for mod: resourcepackoverrides
13181ef5b11dce7dd5323f94a6458effc1e7793c assets/resourcepackoverrides/lang/en_us.json
File renamed without changes.
2 changes: 1 addition & 1 deletion 1.21/Fabric/build.gradle → 1.21.1/Fabric/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apply from: "https://raw.githubusercontent.com/Fuzss/modresources/main/gradle/v2/fabric.gradle"
apply from: "https://raw.githubusercontent.com/Fuzss/modresources/main/gradle/${libs.versions.minecraft.get()}/fabric.gradle"

dependencies {
// Fabric Api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apply from: "https://raw.githubusercontent.com/Fuzss/modresources/main/gradle/v2/neoforge.gradle"
apply from: "https://raw.githubusercontent.com/Fuzss/modresources/main/gradle/${libs.versions.minecraft.get()}/neoforge.gradle"

dependencies {
// Puzzles Lib
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion 1.21/build.gradle → 1.21.1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ plugins {
alias libs.plugins.minotaur apply false
}

apply from: "https://raw.githubusercontent.com/Fuzss/modresources/main/gradle/v2/main.gradle"
apply from: "https://raw.githubusercontent.com/Fuzss/modresources/main/gradle/${libs.versions.minecraft.get()}/main.gradle"
8 changes: 4 additions & 4 deletions 1.21/gradle.properties → 1.21.1/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ copyBuildJar=true
# Mod Attributes
modId=resourcepackoverrides
modName=Resource Pack Overrides
modVersion=21.0.0
modVersion=21.1.0
modAuthor=Fuzs
modDescription=Ensures important resource packs stay always active and helps clean up the pack selection screen.
modLicense=MPL-2.0
Expand All @@ -19,9 +19,9 @@ modForgeDisplayTest=IGNORE_ALL_VERSION
modFabricEnvironment=client

# Version Catalog
dependenciesVersionCatalog=1.21-v3
#dependenciesPuzzlesLibVersion=21.0.0
#dependenciesMinPuzzlesLibVersion=21.0.0
dependenciesVersionCatalog=1.21.1-v6
dependenciesPuzzlesLibVersion=21.1.8
dependenciesMinPuzzlesLibVersion=21.1.8

# Mod Publishing
projectReleaseType=release
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 0 additions & 9 deletions 1.21/Forge/build.gradle

This file was deleted.

1 change: 0 additions & 1 deletion 1.21/Forge/gradle.properties

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

33 changes: 0 additions & 33 deletions 1.21/Forge/src/main/resources/META-INF/mods.toml

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 2bbc247

Please sign in to comment.