Skip to content

Commit

Permalink
4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdzz committed May 2, 2022
1 parent 3bfa90b commit c6a8afa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '4.5'
version = '4.5.1'
group = 'me.ferdz.placeableitems' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'placeableitems'

Expand Down Expand Up @@ -145,7 +145,7 @@ jar {
attributes([
"Specification-Title": "placeableitems",
"Specification-Vendor": "Ferdz",
"Specification-Version": "4.5",
"Specification-Version": "4.5.1",
"Implementation-Title": project.name,
"Implementation-Version": "${version}",
"Implementation-Vendor" :"ferdz",
Expand Down
7 changes: 4 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"1.14.4-recommended": "4.1.1",
"1.15.2-latest": "4.3",
"1.15.2-recommended": "4.3",
"1.16.5-latest": "4.5",
"1.16.5-recommended": "4.5"
"1.16.5-latest": "4.5.1",
"1.16.5-recommended": "4.5.1"
},
"1.9.4": {
"3.0.4.1": "Added recipe for stands, removed block attraction AI",
Expand Down Expand Up @@ -68,6 +68,7 @@
},
"1.16.5": {
"4.4": "Updated the mod to 1.16.5. Updated models & added variants to all tools",
"4.5": "Added and updated models. Added translations for German, Danish, Spanish, Portuguese, French, Croatian, Russian"
"4.5": "Added and updated models. Added translations for German, Danish, Spanish, Portuguese, French, Croatian, Russian",
"4.5.1": "Fixed crash when placing discs with WAILA"
}
}

0 comments on commit c6a8afa

Please sign in to comment.