Skip to content

Commit

Permalink
Fix style issues in JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jun 23, 2024
1 parent bf685b0 commit 81107b2
Show file tree
Hide file tree
Showing 17 changed files with 105 additions and 110 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/assets/wi_zoom/lang/az_az.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"key.wi_zoom.zoom": "Yaxınlaşdırma"
}
{
"key.wi_zoom.zoom": "Yaxınlaşdırma"
}
6 changes: 3 additions & 3 deletions src/main/resources/assets/wi_zoom/lang/de_de.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"key.wi_zoom.zoom": "Zoom"
}
{
"key.wi_zoom.zoom": "Zoom"
}
2 changes: 1 addition & 1 deletion src/main/resources/assets/wi_zoom/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"key.wi_zoom.zoom": "Zoom"
}
}
6 changes: 3 additions & 3 deletions src/main/resources/assets/wi_zoom/lang/et_ee.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"key.wi_zoom.zoom": "Suum"
}
{
"key.wi_zoom.zoom": "Suum"
}
6 changes: 3 additions & 3 deletions src/main/resources/assets/wi_zoom/lang/fr_fr.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"key.wi_zoom.zoom": "Zoom"
}
{
"key.wi_zoom.zoom": "Zoom"
}
6 changes: 3 additions & 3 deletions src/main/resources/assets/wi_zoom/lang/ku_ku.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"key.wi_zoom.zoom": "Mezinkirin"
}
{
"key.wi_zoom.zoom": "Mezinkirin"
}
6 changes: 3 additions & 3 deletions src/main/resources/assets/wi_zoom/lang/lzh.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"key.wi_zoom.zoom": ""
}
{
"key.wi_zoom.zoom": ""
}
6 changes: 3 additions & 3 deletions src/main/resources/assets/wi_zoom/lang/nl_nl.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"key.wi_zoom.zoom": "Inzoomen"
}
{
"key.wi_zoom.zoom": "Inzoomen"
}
4 changes: 2 additions & 2 deletions src/main/resources/assets/wi_zoom/lang/pt_br.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"key.wi_zoom.zoom": "Ampliação"
}
"key.wi_zoom.zoom": "Ampliação"
}
6 changes: 3 additions & 3 deletions src/main/resources/assets/wi_zoom/lang/ru_ru.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"key.wi_zoom.zoom": "Приблизить"
}
{
"key.wi_zoom.zoom": "Приблизить"
}
6 changes: 3 additions & 3 deletions src/main/resources/assets/wi_zoom/lang/tr_tr.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"key.wi_zoom.zoom": "Yakınlaştır"
}
{
"key.wi_zoom.zoom": "Yakınlaştır"
}
6 changes: 3 additions & 3 deletions src/main/resources/assets/wi_zoom/lang/uk_ua.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"key.wi_zoom.zoom": "Збільшити"
}
{
"key.wi_zoom.zoom": "Збільшити"
}
6 changes: 3 additions & 3 deletions src/main/resources/assets/wi_zoom/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"key.wi_zoom.zoom": "缩放"
}
{
"key.wi_zoom.zoom": "缩放"
}
6 changes: 3 additions & 3 deletions src/main/resources/assets/wi_zoom/lang/zh_hk.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"key.wi_zoom.zoom": "縮放"
}
{
"key.wi_zoom.zoom": "縮放"
}
6 changes: 3 additions & 3 deletions src/main/resources/assets/wi_zoom/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"key.wi_zoom.zoom": "縮放"
}
{
"key.wi_zoom.zoom": "縮放"
}
102 changes: 49 additions & 53 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,49 @@
{
"schemaVersion": 1,
"id": "wi_zoom",
"version": "${version}",

"name": "WI Zoom",
"description": "The zoom from the Wurst Client as a standalone mod.",
"authors": [
"Alexander01998"
],
"contact": {
"homepage": "https://www.wimods.net/wi-zoom/?utm_source=WI+Zoom&utm_medium=ModMenu&utm_content=WI+Zoom+ModMenu+website+link",
"sources": "https://github.com/Wurst-Imperium/WI-Zoom",
"issues": "https://github.com/Wurst-Imperium/WI-Zoom/issues",
"email": "contact.wurstimperium@gmail.com",
"twitter": "https://twitter.com/Wurst_Imperium"
},

"license": "GPL-3.0-or-later",
"icon": "assets/wi_zoom/icon.png",

"environment": "client",
"entrypoints": {
"main": [
"net.wurstclient.zoom.WiZoomInitializer"
]
},
"mixins": [
"wi-zoom.mixins.json"
],

"depends": {
"fabricloader": ">=0.15.9",
"fabric-api": ">=0.97.9",
"minecraft": "~1.21-alpha.24.18.a",
"java": ">=21"
},
"suggests": {
"cameranoclip": "*",
"chestesp": "*",
"mo_glass": "*"
},
"breaks": {
"wurst": "*"
},
"custom": {
"modmenu": {
"links": {
"Donate": "https://www.wurstclient.net/donate/?utm_source=WI+Zoom&utm_medium=ModMenu&utm_content=WI+Zoom+ModMenu+donate+link"
}
}
}
}
{
"schemaVersion": 1,
"id": "wi_zoom",
"version": "${version}",
"name": "WI Zoom",
"description": "The zoom from the Wurst Client as a standalone mod.",
"authors": [
"Alexander01998"
],
"contact": {
"homepage": "https://www.wimods.net/wi-zoom/?utm_source=WI+Zoom&utm_medium=ModMenu&utm_content=WI+Zoom+ModMenu+website+link",
"sources": "https://github.com/Wurst-Imperium/WI-Zoom",
"issues": "https://github.com/Wurst-Imperium/WI-Zoom/issues",
"email": "contact.wurstimperium@gmail.com",
"twitter": "https://twitter.com/Wurst_Imperium"
},
"license": "GPL-3.0-or-later",
"icon": "assets/wi_zoom/icon.png",
"environment": "client",
"entrypoints": {
"main": [
"net.wurstclient.zoom.WiZoomInitializer"
]
},
"mixins": [
"wi-zoom.mixins.json"
],
"depends": {
"fabricloader": ">=0.15.9",
"fabric-api": ">=0.97.9",
"minecraft": "~1.21-alpha.24.18.a",
"java": ">=21"
},
"suggests": {
"cameranoclip": "*",
"chestesp": "*",
"mo_glass": "*"
},
"breaks": {
"wurst": "*"
},
"custom": {
"modmenu": {
"links": {
"Donate": "https://www.wurstclient.net/donate/?utm_source=WI+Zoom&utm_medium=ModMenu&utm_content=WI+Zoom+ModMenu+donate+link"
}
}
}
}
29 changes: 14 additions & 15 deletions src/main/resources/wi-zoom.mixins.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"required": true,
"package": "net.wurstclient.zoom.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
"GameRendererMixin",
"MouseMixin",
"PlayerInventoryMixin"
],
"injectors": {
"defaultRequire": 1
}
}
{
"required": true,
"package": "net.wurstclient.zoom.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [],
"client": [
"GameRendererMixin",
"MouseMixin",
"PlayerInventoryMixin"
],
"injectors": {
"defaultRequire": 1
}
}

0 comments on commit 81107b2

Please sign in to comment.