Skip to content

Commit

Permalink
4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdzz committed Jun 18, 2022
1 parent 80f51b1 commit 4703fda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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.1'
version = '4.6'
group = 'me.ferdz.placeableitems' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'placeableitems'

Expand Down Expand Up @@ -148,7 +148,7 @@ jar {
attributes([
"Specification-Title": "placeableitems",
"Specification-Vendor": "Ferdz",
"Specification-Version": "4.5.1",
"Specification-Version": "4.6",
"Implementation-Title": project.name,
"Implementation-Version" : project.jar.archiveVersion,
"Implementation-Vendor" :"ferdz",
Expand Down
8 changes: 6 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"1.15.2-latest": "4.3",
"1.15.2-recommended": "4.3",
"1.16.5-latest": "4.5.1",
"1.16.5-recommended": "4.5.1"
"1.16.5-recommended": "4.5.1",
"1.17.1-latest": "4.6",
"1.17.1-recommended": "4.6"
},
"1.9.4": {
"3.0.4.1": "Added recipe for stands, removed block attraction AI",
Expand Down Expand Up @@ -70,5 +72,7 @@
"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.1": "Fixed crash when placing discs with WAILA"
}
},
"1.17.1": {
"4.6": "Updated the mod to 1.17.1"
}

0 comments on commit 4703fda

Please sign in to comment.