Skip to content

Commit

Permalink
3.1.1: Readd Promenade support
Browse files Browse the repository at this point in the history
oh dammit, i bumped into an another REA update
  • Loading branch information
EnnuiL committed Oct 23, 2022
1 parent 8681920 commit 6ec5ad4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

archivesBaseName = project.archives_base_name
version = project.version
version = "${project.version}+${libs.versions.minecraft.get()}"
group = project.maven_group

repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx1G
org.gradle.parallel = true

# Mod Properties
version = 3.1.0+1.19.2
version = 3.1.1
maven_group = io.github.ennuil
archives_base_name = crooked_crooks

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"minecraft:grass": 3,
"minecraft:tall_grass": 3,
"minecraft:fern": 3,
"minecraft:large_fern": 3
"minecraft:large_fern": 3,
"#promenade:leaf_piles": 5
}
}

0 comments on commit 6ec5ad4

Please sign in to comment.