Skip to content

Commit

Permalink
1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 committed Sep 10, 2024
1 parent d98387f commit 2339d83
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 14 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## [21.01.0]

- 1.21.1 update

## [21.0.3]

- Updated neo and fabric
- Added short grass to the default config


## [21.0.2]

- Fixed neoforge version issue
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "1.6-SNAPSHOT" apply false
id "dev.architectury.loom" version "1.7-SNAPSHOT" apply false
id "me.modmuss50.mod-publish-plugin" version "0.5.1"
}

Expand Down Expand Up @@ -33,7 +33,6 @@ allprojects {
group = rootProject.maven_group

repositories {
maven { url "https://maven.wuffs.dev/repository/Minecraft" }
maven { url "https://maven.neoforged.net/releases" }
}

Expand Down
4 changes: 2 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"depends": {
"fabric": "*",
"minecraft": ">=1.20.4",
"architectury": ">=11.0.8"
"minecraft": ">=1.21.1",
"architectury": ">=13.0.6"
}
}
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
org.gradle.jvmargs=-Xmx2048M

minecraft_version=1.21
minecraft_version=1.21.1
enabled_platforms=fabric,neoforge

archives_base_name=squatgrow
mod_version=21.0.3
mod_version=21.1.0
maven_group=dev.wuffs

architectury_version=13.0.4
architectury_version=13.0.6

fabric_loader_version=0.16.0
fabric_api_version=0.100.1+1.21
fabric_loader_version=0.16.5
fabric_api_version=0.103.0+1.21.1

# Neo
neo_version=21.0.87-beta
neo_gradle=[7.0.154,)
neo_version=21.1.46
neo_gradle=[7.0.163,)

cloth_config_version=15.0.127
cloth_config_version=15.0.130

# Publishing
curseforge_id=515698
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pluginManagement {
repositories {
maven { url "https://maven.wuffs.dev/repository/Minecraft" }
maven { url "https://maven.neoforged.net/releases" }
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
gradlePluginPortal()
}
}
Expand Down

0 comments on commit 2339d83

Please sign in to comment.