Skip to content

Commit 96786bb

Browse files
Fix style issues in JSON files
1 parent cbb3765 commit 96786bb

15 files changed

+1569
-1574
lines changed

src/main/resources/assets/wurst/lang/cs_cz.json

+183-183
Large diffs are not rendered by default.

src/main/resources/assets/wurst/lang/de_de.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@
138138
"gui.wurst.generic.allcaps_blocked": "BLOCKIERT",
139139
"gui.wurst.generic.allcaps_allowed": "ERLAUBT",
140140
"key.wurst.zoom": "Zoom"
141-
}
141+
}

src/main/resources/assets/wurst/lang/en_us.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,4 @@
193193
"gui.wurst.generic.allcaps_blocked": "BLOCKED",
194194
"gui.wurst.generic.allcaps_allowed": "ALLOWED",
195195
"key.wurst.zoom": "Zoom"
196-
}
196+
}

src/main/resources/assets/wurst/lang/fr_fr.json

+184-184
Large diffs are not rendered by default.

src/main/resources/assets/wurst/lang/it_it.json

+186-186
Large diffs are not rendered by default.

src/main/resources/assets/wurst/lang/ko_kr.json

+154-154
Large diffs are not rendered by default.

src/main/resources/assets/wurst/lang/pl_pl.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@
183183
"description.wurst.nochatreports.message_is_reportable": "Ta wiadomość ma prawidłową sygnaturę, przez co jest podatna na fałszywe zgłoszenia.",
184184
"gui.wurst.generic.allcaps_blocked": "ZABLOKOWANE",
185185
"gui.wurst.generic.allcaps_allowed": "DOZWOLONE"
186-
}
186+
}

src/main/resources/assets/wurst/lang/ro_ro.json

+178-178
Large diffs are not rendered by default.

src/main/resources/assets/wurst/lang/ru_ru.json

+187-187
Large diffs are not rendered by default.

src/main/resources/assets/wurst/lang/uk_ua.json

+182-182
Large diffs are not rendered by default.

src/main/resources/assets/wurst/lang/zh_cn.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description.wurst.hack.antiafk": "随机走动,用于避免服务器挂机检测。",
66
"description.wurst.hack.antiblind": "防止失明和黑暗效果。\n与 OptiFine 不兼容。",
77
"description.wurst.hack.anticactus": "保护你免受仙人掌伤害。",
8-
"description.wurst.hack.antientitypush": "保护你不会被玩家和其他生物推挤。",
8+
"description.wurst.hack.antientitypush": "保护你不会被玩家和其他生物推挤。",
99
"description.wurst.hack.antihunger": "在你走路时减缓你的饥饿状态。",
1010
"description.wurst.hack.antiknockback": "保护你不被其他生物或玩家推动和用剑击退。",
1111
"description.wurst.hack.antispam": "将重复的刷屏改为计数器显示。",

src/main/resources/assets/wurst/lang/zh_hk.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@
165165
"gui.wurst.altmanager.empty.title": "你嘅帳號列表係空嘅。",
166166
"gui.wurst.altmanager.empty.message": "你想唔想要啲隨機嘅帳號嚟開始?",
167167
"key.wurst.zoom": "縮放"
168-
}
168+
}

src/main/resources/assets/wurst/lang/zh_tw.json

+187-187
Large diffs are not rendered by default.

src/main/resources/fabric.mod.json

+50-54
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,50 @@
1-
{
2-
"schemaVersion": 1,
3-
"id": "wurst",
4-
"version": "${version}",
5-
6-
"name": "Wurst Client",
7-
"description": "Wurst Wurst Wurst!",
8-
"authors": [
9-
"Alexander01998"
10-
],
11-
"contact": {
12-
"homepage": "https://www.wurstclient.net/?utm_source=Wurst+Client&utm_medium=ModMenu&utm_content=Website",
13-
"issues": "https://www.wurstclient.net/wurst7issues/",
14-
"sources": "https://www.wurstclient.net/wurst7sources/"
15-
},
16-
17-
"license": "GPL-3.0-or-later",
18-
"icon": "assets/wurst/icon.png",
19-
20-
"environment": "client",
21-
"entrypoints": {
22-
"main": [
23-
"net.wurstclient.WurstInitializer"
24-
]
25-
},
26-
"mixins": [
27-
"wurst.mixins.json"
28-
],
29-
"accessWidener" : "wurst.accesswidener",
30-
31-
"depends": {
32-
"fabricloader": ">=0.15.10",
33-
"fabric-api": ">=0.99.5",
34-
"minecraft": "~1.21-beta.1",
35-
"java": ">=21"
36-
},
37-
"suggests": {
38-
"mo_glass": "*"
39-
},
40-
"breaks": {
41-
"wi_zoom": "*",
42-
"wi-zoom": "*",
43-
"vulkanmod": "*"
44-
},
45-
"custom": {
46-
"modmenu": {
47-
"links": {
48-
"Wiki": "https://wurst.wiki/?utm_source=Wurst+Client&utm_medium=ModMenu&utm_content=Wiki",
49-
"Forum": "https://wurstforum.net/?utm_source=Wurst+Client&utm_medium=ModMenu&utm_content=Forum",
50-
"Donate": "https://www.wurstclient.net/donate/?utm_source=Wurst+Client&utm_medium=ModMenu&utm_content=Donate"
51-
}
52-
}
53-
}
54-
}
1+
{
2+
"schemaVersion": 1,
3+
"id": "wurst",
4+
"version": "${version}",
5+
"name": "Wurst Client",
6+
"description": "Wurst Wurst Wurst!",
7+
"authors": [
8+
"Alexander01998"
9+
],
10+
"contact": {
11+
"homepage": "https://www.wurstclient.net/?utm_source=Wurst+Client&utm_medium=ModMenu&utm_content=Website",
12+
"issues": "https://www.wurstclient.net/wurst7issues/",
13+
"sources": "https://www.wurstclient.net/wurst7sources/"
14+
},
15+
"license": "GPL-3.0-or-later",
16+
"icon": "assets/wurst/icon.png",
17+
"environment": "client",
18+
"entrypoints": {
19+
"main": [
20+
"net.wurstclient.WurstInitializer"
21+
]
22+
},
23+
"mixins": [
24+
"wurst.mixins.json"
25+
],
26+
"accessWidener": "wurst.accesswidener",
27+
"depends": {
28+
"fabricloader": ">=0.15.10",
29+
"fabric-api": ">=0.99.5",
30+
"minecraft": "~1.21-beta.1",
31+
"java": ">=21"
32+
},
33+
"suggests": {
34+
"mo_glass": "*"
35+
},
36+
"breaks": {
37+
"wi_zoom": "*",
38+
"wi-zoom": "*",
39+
"vulkanmod": "*"
40+
},
41+
"custom": {
42+
"modmenu": {
43+
"links": {
44+
"Wiki": "https://wurst.wiki/?utm_source=Wurst+Client&utm_medium=ModMenu&utm_content=Wiki",
45+
"Forum": "https://wurstforum.net/?utm_source=Wurst+Client&utm_medium=ModMenu&utm_content=Forum",
46+
"Donate": "https://www.wurstclient.net/donate/?utm_source=Wurst+Client&utm_medium=ModMenu&utm_content=Donate"
47+
}
48+
}
49+
}
50+
}

src/main/resources/wurst.mixins.json

+73-74
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,73 @@
1-
{
2-
"required": true,
3-
"minVersion": "0.8",
4-
"package": "net.wurstclient.mixin",
5-
"compatibilityLevel": "JAVA_17",
6-
"mixins": [
7-
],
8-
"client": [
9-
"AbstractBlockStateMixin",
10-
"AbstractSignEditScreenMixin",
11-
"AllowedAddressResolverMixin",
12-
"BackgroundRendererMixin",
13-
"BasicBakedModelMixin",
14-
"BlockEntityRenderDispatcherMixin",
15-
"BlockMixin",
16-
"CactusBlockMixin",
17-
"CameraMixin",
18-
"ChatHudMixin",
19-
"ChatInputSuggestorMixin",
20-
"ChatScreenMixin",
21-
"ChunkOcclusionGraphBuilderMixin",
22-
"ClientCommonNetworkHandlerMixin",
23-
"ClientConnectionMixin",
24-
"ClientPlayerEntityMixin",
25-
"ClientPlayerInteractionManagerMixin",
26-
"ClientPlayNetworkHandlerMixin",
27-
"ClientWorldMixin",
28-
"ControlsListWidgetMixin",
29-
"CreativeInventoryScreenMixin",
30-
"DeathScreenMixin",
31-
"DirectConnectScreenMixin",
32-
"DisconnectedRealmsScreenMixin",
33-
"DisconnectedScreenMixin",
34-
"EntityMixin",
35-
"EntityRendererMixin",
36-
"FluidRendererMixin",
37-
"GameMenuScreenMixin",
38-
"GameRendererMixin",
39-
"GenericContainerScreenMixin",
40-
"HeldItemRendererMixin",
41-
"IngameHudMixin",
42-
"InGameOverlayRendererMixin",
43-
"KeyBindingMixin",
44-
"KeybindTextContentMixin",
45-
"KeyboardMixin",
46-
"LanguageManagerMixin",
47-
"LivingEntityRendererMixin",
48-
"MinecraftClientMixin",
49-
"MobEntityRendererMixin",
50-
"MouseMixin",
51-
"MultiplayerScreenMixin",
52-
"PackScreenMixin",
53-
"PlayerInventoryMixin",
54-
"PlayerSkinProviderMixin",
55-
"PowderSnowBlockMixin",
56-
"RenderTickCounterDynamicMixin",
57-
"ScreenMixin",
58-
"ShulkerBoxScreenMixin",
59-
"SimpleOptionMixin",
60-
"SodiumBlockOcclusionCacheMixin",
61-
"SodiumFluidRendererMixin",
62-
"StatsScreenMixin",
63-
"StatusEffectInstanceMixin",
64-
"TelemetryManagerMixin",
65-
"TextVisitFactoryMixin",
66-
"TitleScreenMixin",
67-
"TranslatableTextContentMixin",
68-
"WorldMixin",
69-
"WorldRendererMixin"
70-
],
71-
"injectors": {
72-
"defaultRequire": 1
73-
}
74-
}
1+
{
2+
"required": true,
3+
"minVersion": "0.8",
4+
"package": "net.wurstclient.mixin",
5+
"compatibilityLevel": "JAVA_17",
6+
"mixins": [],
7+
"client": [
8+
"AbstractBlockStateMixin",
9+
"AbstractSignEditScreenMixin",
10+
"AllowedAddressResolverMixin",
11+
"BackgroundRendererMixin",
12+
"BasicBakedModelMixin",
13+
"BlockEntityRenderDispatcherMixin",
14+
"BlockMixin",
15+
"CactusBlockMixin",
16+
"CameraMixin",
17+
"ChatHudMixin",
18+
"ChatInputSuggestorMixin",
19+
"ChatScreenMixin",
20+
"ChunkOcclusionGraphBuilderMixin",
21+
"ClientCommonNetworkHandlerMixin",
22+
"ClientConnectionMixin",
23+
"ClientPlayerEntityMixin",
24+
"ClientPlayerInteractionManagerMixin",
25+
"ClientPlayNetworkHandlerMixin",
26+
"ClientWorldMixin",
27+
"ControlsListWidgetMixin",
28+
"CreativeInventoryScreenMixin",
29+
"DeathScreenMixin",
30+
"DirectConnectScreenMixin",
31+
"DisconnectedRealmsScreenMixin",
32+
"DisconnectedScreenMixin",
33+
"EntityMixin",
34+
"EntityRendererMixin",
35+
"FluidRendererMixin",
36+
"GameMenuScreenMixin",
37+
"GameRendererMixin",
38+
"GenericContainerScreenMixin",
39+
"HeldItemRendererMixin",
40+
"IngameHudMixin",
41+
"InGameOverlayRendererMixin",
42+
"KeyBindingMixin",
43+
"KeybindTextContentMixin",
44+
"KeyboardMixin",
45+
"LanguageManagerMixin",
46+
"LivingEntityRendererMixin",
47+
"MinecraftClientMixin",
48+
"MobEntityRendererMixin",
49+
"MouseMixin",
50+
"MultiplayerScreenMixin",
51+
"PackScreenMixin",
52+
"PlayerInventoryMixin",
53+
"PlayerSkinProviderMixin",
54+
"PowderSnowBlockMixin",
55+
"RenderTickCounterDynamicMixin",
56+
"ScreenMixin",
57+
"ShulkerBoxScreenMixin",
58+
"SimpleOptionMixin",
59+
"SodiumBlockOcclusionCacheMixin",
60+
"SodiumFluidRendererMixin",
61+
"StatsScreenMixin",
62+
"StatusEffectInstanceMixin",
63+
"TelemetryManagerMixin",
64+
"TextVisitFactoryMixin",
65+
"TitleScreenMixin",
66+
"TranslatableTextContentMixin",
67+
"WorldMixin",
68+
"WorldRendererMixin"
69+
],
70+
"injectors": {
71+
"defaultRequire": 1
72+
}
73+
}

0 commit comments

Comments
 (0)