Skip to content

Commit ec17bac

Browse files
committed
Adjust paper/fabric metadata
1 parent f10a618 commit ec17bac

File tree

7 files changed

+38
-6
lines changed

7 files changed

+38
-6
lines changed

common/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "BetterView Common",
66

77
"icon": "assets/betterview/icon.png",
8-
"description": "Implements asynchronous lightweight view distance",
8+
"description": "Common logic for extending the normal server view distance to extreme lengths",
99
"authors": [
1010
"booky10"
1111
],

fabric-1211/src/main/resources/fabric.mod.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
"version": "${version}",
55
"name": "BetterView 1.21.1",
66

7+
"contact": {
8+
"sources": "https://github.com/MinceraftMC/BetterView",
9+
"issues": "https://github.com/MinceraftMC/BetterView/issues",
10+
"homepage": "https://minceraft.dev/betterview"
11+
},
12+
713
"icon": "assets/betterview/icon.png",
8-
"description": "Implements asynchronous lightweight view distance for 1.21.1",
14+
"description": "Extends the normal server view distance to extreme lengths for 1.21.1",
915
"authors": [
1016
"booky10"
1117
],

fabric-1213/src/main/resources/fabric.mod.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
"version": "${version}",
55
"name": "BetterView 1.21.3",
66

7+
"contact": {
8+
"sources": "https://github.com/MinceraftMC/BetterView",
9+
"issues": "https://github.com/MinceraftMC/BetterView/issues",
10+
"homepage": "https://minceraft.dev/betterview"
11+
},
12+
713
"icon": "assets/betterview/icon.png",
8-
"description": "Implements asynchronous lightweight view distance for 1.21.3",
14+
"description": "Extends the normal server view distance to extreme lengths for 1.21.3",
915
"authors": [
1016
"booky10"
1117
],

fabric-1214/src/main/resources/fabric.mod.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
"version": "${version}",
55
"name": "BetterView 1.21.4",
66

7+
"contact": {
8+
"sources": "https://github.com/MinceraftMC/BetterView",
9+
"issues": "https://github.com/MinceraftMC/BetterView/issues",
10+
"homepage": "https://minceraft.dev/betterview"
11+
},
12+
713
"icon": "assets/betterview/icon.png",
8-
"description": "Implements asynchronous lightweight view distance for 1.21.4",
14+
"description": "Extends the normal server view distance to extreme lengths for 1.21.4",
915
"authors": [
1016
"booky10"
1117
],

fabric-1215/src/main/resources/fabric.mod.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
"version": "${version}",
55
"name": "BetterView 1.21.5",
66

7+
"contact": {
8+
"sources": "https://github.com/MinceraftMC/BetterView",
9+
"issues": "https://github.com/MinceraftMC/BetterView/issues",
10+
"homepage": "https://minceraft.dev/betterview"
11+
},
12+
713
"icon": "assets/betterview/icon.png",
8-
"description": "Implements asynchronous lightweight view distance for 1.21.5",
14+
"description": "Extends the normal server view distance to extreme lengths for 1.21.5",
915
"authors": [
1016
"booky10"
1117
],

fabric/src/main/resources/fabric.mod.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
"version": "${version}",
55
"name": "BetterView",
66

7+
"contact": {
8+
"sources": "https://github.com/MinceraftMC/BetterView",
9+
"issues": "https://github.com/MinceraftMC/BetterView/issues",
10+
"homepage": "https://minceraft.dev/betterview"
11+
},
12+
713
"icon": "assets/betterview/icon.png",
8-
"description": "Implements asynchronous lightweight view distance",
14+
"description": "Extends the normal server view distance to extreme lengths",
915
"authors": [
1016
"booky10"
1117
],

paper/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ tasks.named("assemble") {
5252
configure<BukkitPluginDescription> {
5353
name = rootProject.name
5454
main = "${project.group}.BetterViewPlugin"
55+
description = "Extends the normal server view distance to extreme lengths"
5556
authors = listOf("booky10")
57+
website = "https://minceraft.dev/betterview"
5658
apiVersion = "1.21.1"
5759
}
5860

0 commit comments

Comments
 (0)