File tree Expand file tree Collapse file tree 7 files changed +38
-6
lines changed
common/src/main/resources
fabric-1211/src/main/resources
fabric-1213/src/main/resources
fabric-1214/src/main/resources
fabric-1215/src/main/resources
fabric/src/main/resources Expand file tree Collapse file tree 7 files changed +38
-6
lines changed Original file line number Diff line number Diff line change 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 ],
Original file line number Diff line number Diff line change 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 ],
Original file line number Diff line number Diff line change 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 ],
Original file line number Diff line number Diff line change 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 ],
Original file line number Diff line number Diff line change 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 ],
Original file line number Diff line number Diff line change 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 ],
Original file line number Diff line number Diff line change @@ -52,7 +52,9 @@ tasks.named("assemble") {
5252configure<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
You can’t perform that action at this time.
0 commit comments