Skip to content

Commit

Permalink
4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdzz committed Nov 15, 2022
1 parent 3648520 commit aacbc92
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 @@ -16,7 +16,7 @@ plugins {
apply plugin: 'net.minecraftforge.gradle'


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

Expand Down Expand Up @@ -169,7 +169,7 @@ jar {
attributes([
"Specification-Title": "placeableitems",
"Specification-Vendor": "Ferdz",
"Specification-Version": "4.7",
"Specification-Version": "4.7.1",
"Implementation-Title": project.name,
"Implementation-Version" : project.jar.archiveVersion,
"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 @@ -17,8 +17,8 @@
"1.16.5-recommended": "4.5.1",
"1.17.1-latest": "4.6",
"1.17.1-recommended": "4.6",
"1.18.2-latest": "4.7",
"1.18.2-recommended": "4.7"
"1.18.2-latest": "4.7.1",
"1.18.2-recommended": "4.7.1"
},
"1.9.4": {
"3.0.4.1": "Added recipe for stands, removed block attraction AI",
Expand Down Expand Up @@ -79,6 +79,7 @@
"4.6": "Updated the mod to 1.17.1"
},
"1.18.2": {
"4.7": "Updated the mod to 1.18.2"
"4.7": "Updated the mod to 1.18.2",
"4.7.1": "Fix issue with stackable items drops"
}
}

0 comments on commit aacbc92

Please sign in to comment.