Skip to content

Commit

Permalink
Update create fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Dec 1, 2024
1 parent 840b7e9 commit 6c40f8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
java
`maven-publish`
id("architectury-plugin") version "3.4.+"
id("dev.architectury.loom") version "1.8.+" apply false
id("dev.architectury.loom") version "1.7.+" apply false
id("me.modmuss50.mod-publish-plugin") version "0.3.4" apply false // https://github.com/modmuss50/mod-publish-plugin
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("dev.ithundxr.silk") version "0.11.+" // https://github.com/IThundxr/silk
Expand Down
9 changes: 6 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
org.gradle.jvmargs = -Xmx4G
org.gradle.jvmargs = -Xmx3G
org.gradle.caching = true

loom.ignoreDependencyLoomVersionValidation=true

# Mod Info
archives_base_name = CreateNumismatics
mod_version = 1.0.7
mod_version = 1.0.8
maven_group = dev.ithundxr.createnumismatics

minecraft_version = 1.20.1
Expand All @@ -23,7 +26,7 @@ forge_version = 47.1.43

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

# Create - Forge
# https://github.com/Creators-of-Create/Create/wiki/Depending-on-Create
Expand Down

0 comments on commit 6c40f8f

Please sign in to comment.