Skip to content

Commit

Permalink
4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdzz committed Dec 14, 2021
1 parent d76907c commit 1ed33dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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.3'
version = '4.4'
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.3",
"Specification-Version": "4.4",
"Implementation-Title": project.name,
"Implementation-Version": "${version}",
"Implementation-Vendor" :"ferdz",
Expand Down
7 changes: 6 additions & 1 deletion update.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"1.14.4-latest": "4.1.1",
"1.14.4-recommended": "4.1.1",
"1.15.2-latest": "4.3",
"1.15.2-recommended": "4.3"
"1.15.2-recommended": "4.3",
"1.16.5-latest": "4.4",
"1.16.5-recommended": "4.4"
},
"1.9.4": {
"3.0.4.1": "Added recipe for stands, removed block attraction AI",
Expand Down Expand Up @@ -63,5 +65,8 @@
"4.2.1": "Bugfixes",
"4.2.2": "Features, bugfixes",
"4.3": "Bunch of new and updated models"
},
"1.15.2": {
"4.4": "Updated the mod to 1.16.5. Updated models & added variants to all tools"
}
}

0 comments on commit 1ed33dc

Please sign in to comment.