Skip to content

Commit

Permalink
Fix mappings and update project description
Browse files Browse the repository at this point in the history
Closes #514
  • Loading branch information
FlorianMichael committed May 9, 2024
1 parent 6bdaa54 commit 51e81c7
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ base {
archivesName = project.maven_name
group = project.maven_group
version = project.maven_version
description = "ViaVersion addon to allow 1.8.x and 1.7.x clients on newer server versions."
description = "ViaBackwards addon to allow 1.8.x and 1.7.x clients on newer server versions."
}

java.sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@
"430": {
"id": "324",
"data": "-1",
"name": "1.8 Dark Oak Door"
"name": "1.8 Acacia Door"
},
"431": {
"id": "324",
"data": "-1",
"name": "1.8 Acacia Door"
"name": "1.8 Dark Oak Door"
},
"1:1": {
"id": "1",
Expand Down Expand Up @@ -271,25 +271,32 @@
},
"blocks": {
"176": {
"id": "63"
"id": "63",
"data": "-1"
},
"177": {
"id": "68"
"id": "68",
"data": "-1"
},
"193": {
"id": "64"
"id": "64",
"data": "-1"
},
"194": {
"id": "64"
"id": "64",
"data": "-1"
},
"195": {
"id": "64"
"id": "64",
"data": "-1"
},
"196": {
"id": "64"
"id": "64",
"data": "-1"
},
"197": {
"id": "64"
"id": "64",
"data": "-1"
},
"77:5": {
"id": "69",
Expand Down Expand Up @@ -324,7 +331,8 @@
"data": "8"
},
"178": {
"id": "151"
"id": "151",
"data": "-1"
},
"182:0": {
"id": "44",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@
},
"blocks": {
"209": {
"id": "119"
"id": "119",
"data": "-1"
},
"198:0": {
"id": "50",
Expand Down Expand Up @@ -242,7 +243,8 @@
"data": "15"
},
"207": {
"id": "141"
"id": "141",
"data": "-1"
},
"137": {
"id": "137",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
name = "ViaRewind",
version = ViaRewindPlatform.VERSION,
authors = { "FlorianMichael/EnZaXD", "Gerrygames", "creeper123123321"},
description = "ViaVersion addon to allow 1.8.x and 1.7.x clients on newer server versions.",
description = "ViaBackwards addon to allow 1.8.x and 1.7.x clients on newer server versions.",
dependencies = {
@Dependency(id = "viaversion"),
@Dependency(id = "viabackwards")
Expand Down

0 comments on commit 51e81c7

Please sign in to comment.