Skip to content

Commit

Permalink
1.4.3-beta
Browse files Browse the repository at this point in the history
updated dependencies:
- fabric_loader_version = 0.16.9
- fabric_api_version = 0.92.2+1.20.1
- create_fabric_version = 0.5.1-j-build.1609+mc1.20.1
- create_forge_version = 0.5.1.j-55
- flywheel_forge_version = 0.6.11-13
  • Loading branch information
MrStickyPiston committed Dec 3, 2024
1 parent 11885ce commit 4d62255
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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.5-SNAPSHOT" apply false
id "dev.architectury.loom" version "1.7-SNAPSHOT" apply false
id "io.github.p03w.machete" version "1.+" // automatic jar compressing on build
}

Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx2G

# Mod Info
archives_base_name = createcobblestone
mod_version = 1.4.2
mod_version = 1.4.3-beta
maven_group = net.createcobblestone

minecraft_version = 1.20.1
Expand All @@ -16,23 +16,23 @@ parchment_version = 2023.09.03

# Fabric
# https://fabricmc.net/develop/
fabric_loader_version = 0.15.7
fabric_api_version = 0.91.0+1.20.1
fabric_loader_version = 0.16.9
fabric_api_version = 0.92.2+1.20.1

# Forge
# https://files.minecraftforge.net/net/minecraftforge/forge/
forge_version = 47.1.43

# Create - Fabric
# https://modrinth.com/mod/create-fabric/versions
create_fabric_version = 0.5.1-f-build.1417+mc1.20.1
create_fabric_version = 0.5.1-j-build.1609+mc1.20.1

# Create - Forge
# https://github.com/Creators-of-Create/Create/wiki/Depending-on-Create
create_forge_version = 0.5.1.f-26
create_forge_version = 0.5.1.j-55
registrate_forge_version = MC1.20-1.3.3
flywheel_forge_minecraft_version = 1.20.1
flywheel_forge_version = 0.6.10-7
flywheel_forge_version = 0.6.11-13

# Development QOL
# Create Fabric supports all 3 recipe viewers: JEI, REI, and EMI. This decides which is enabled at runtime.
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 4d62255

Please sign in to comment.