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 cbb3765 commit 96786bb
Show file tree
Hide file tree
Showing 15 changed files with 1,569 additions and 1,574 deletions.
366 changes: 183 additions & 183 deletions src/main/resources/assets/wurst/lang/cs_cz.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/assets/wurst/lang/de_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@
"gui.wurst.generic.allcaps_blocked": "BLOCKIERT",
"gui.wurst.generic.allcaps_allowed": "ERLAUBT",
"key.wurst.zoom": "Zoom"
}
}
2 changes: 1 addition & 1 deletion src/main/resources/assets/wurst/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@
"gui.wurst.generic.allcaps_blocked": "BLOCKED",
"gui.wurst.generic.allcaps_allowed": "ALLOWED",
"key.wurst.zoom": "Zoom"
}
}
368 changes: 184 additions & 184 deletions src/main/resources/assets/wurst/lang/fr_fr.json

Large diffs are not rendered by default.

372 changes: 186 additions & 186 deletions src/main/resources/assets/wurst/lang/it_it.json

Large diffs are not rendered by default.

308 changes: 154 additions & 154 deletions src/main/resources/assets/wurst/lang/ko_kr.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/assets/wurst/lang/pl_pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@
"description.wurst.nochatreports.message_is_reportable": "Ta wiadomość ma prawidłową sygnaturę, przez co jest podatna na fałszywe zgłoszenia.",
"gui.wurst.generic.allcaps_blocked": "ZABLOKOWANE",
"gui.wurst.generic.allcaps_allowed": "DOZWOLONE"
}
}
356 changes: 178 additions & 178 deletions src/main/resources/assets/wurst/lang/ro_ro.json

Large diffs are not rendered by default.

374 changes: 187 additions & 187 deletions src/main/resources/assets/wurst/lang/ru_ru.json

Large diffs are not rendered by default.

364 changes: 182 additions & 182 deletions src/main/resources/assets/wurst/lang/uk_ua.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/assets/wurst/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description.wurst.hack.antiafk": "随机走动,用于避免服务器挂机检测。",
"description.wurst.hack.antiblind": "防止失明和黑暗效果。\n与 OptiFine 不兼容。",
"description.wurst.hack.anticactus": "保护你免受仙人掌伤害。",
"description.wurst.hack.antientitypush": "保护你不会被玩家和其他生物推挤。",
"description.wurst.hack.antientitypush": "保护你不会被玩家和其他生物推挤。",
"description.wurst.hack.antihunger": "在你走路时减缓你的饥饿状态。",
"description.wurst.hack.antiknockback": "保护你不被其他生物或玩家推动和用剑击退。",
"description.wurst.hack.antispam": "将重复的刷屏改为计数器显示。",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/wurst/lang/zh_hk.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@
"gui.wurst.altmanager.empty.title": "你嘅帳號列表係空嘅。",
"gui.wurst.altmanager.empty.message": "你想唔想要啲隨機嘅帳號嚟開始?",
"key.wurst.zoom": "縮放"
}
}
374 changes: 187 additions & 187 deletions src/main/resources/assets/wurst/lang/zh_tw.json

Large diffs are not rendered by default.

104 changes: 50 additions & 54 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,50 @@
{
"schemaVersion": 1,
"id": "wurst",
"version": "${version}",

"name": "Wurst Client",
"description": "Wurst Wurst Wurst!",
"authors": [
"Alexander01998"
],
"contact": {
"homepage": "https://www.wurstclient.net/?utm_source=Wurst+Client&utm_medium=ModMenu&utm_content=Website",
"issues": "https://www.wurstclient.net/wurst7issues/",
"sources": "https://www.wurstclient.net/wurst7sources/"
},

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

"environment": "client",
"entrypoints": {
"main": [
"net.wurstclient.WurstInitializer"
]
},
"mixins": [
"wurst.mixins.json"
],
"accessWidener" : "wurst.accesswidener",

"depends": {
"fabricloader": ">=0.15.10",
"fabric-api": ">=0.99.5",
"minecraft": "~1.21-beta.1",
"java": ">=21"
},
"suggests": {
"mo_glass": "*"
},
"breaks": {
"wi_zoom": "*",
"wi-zoom": "*",
"vulkanmod": "*"
},
"custom": {
"modmenu": {
"links": {
"Wiki": "https://wurst.wiki/?utm_source=Wurst+Client&utm_medium=ModMenu&utm_content=Wiki",
"Forum": "https://wurstforum.net/?utm_source=Wurst+Client&utm_medium=ModMenu&utm_content=Forum",
"Donate": "https://www.wurstclient.net/donate/?utm_source=Wurst+Client&utm_medium=ModMenu&utm_content=Donate"
}
}
}
}
{
"schemaVersion": 1,
"id": "wurst",
"version": "${version}",
"name": "Wurst Client",
"description": "Wurst Wurst Wurst!",
"authors": [
"Alexander01998"
],
"contact": {
"homepage": "https://www.wurstclient.net/?utm_source=Wurst+Client&utm_medium=ModMenu&utm_content=Website",
"issues": "https://www.wurstclient.net/wurst7issues/",
"sources": "https://www.wurstclient.net/wurst7sources/"
},
"license": "GPL-3.0-or-later",
"icon": "assets/wurst/icon.png",
"environment": "client",
"entrypoints": {
"main": [
"net.wurstclient.WurstInitializer"
]
},
"mixins": [
"wurst.mixins.json"
],
"accessWidener": "wurst.accesswidener",
"depends": {
"fabricloader": ">=0.15.10",
"fabric-api": ">=0.99.5",
"minecraft": "~1.21-beta.1",
"java": ">=21"
},
"suggests": {
"mo_glass": "*"
},
"breaks": {
"wi_zoom": "*",
"wi-zoom": "*",
"vulkanmod": "*"
},
"custom": {
"modmenu": {
"links": {
"Wiki": "https://wurst.wiki/?utm_source=Wurst+Client&utm_medium=ModMenu&utm_content=Wiki",
"Forum": "https://wurstforum.net/?utm_source=Wurst+Client&utm_medium=ModMenu&utm_content=Forum",
"Donate": "https://www.wurstclient.net/donate/?utm_source=Wurst+Client&utm_medium=ModMenu&utm_content=Donate"
}
}
}
}
147 changes: 73 additions & 74 deletions src/main/resources/wurst.mixins.json
Original file line number Diff line number Diff line change
@@ -1,74 +1,73 @@
{
"required": true,
"minVersion": "0.8",
"package": "net.wurstclient.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
],
"client": [
"AbstractBlockStateMixin",
"AbstractSignEditScreenMixin",
"AllowedAddressResolverMixin",
"BackgroundRendererMixin",
"BasicBakedModelMixin",
"BlockEntityRenderDispatcherMixin",
"BlockMixin",
"CactusBlockMixin",
"CameraMixin",
"ChatHudMixin",
"ChatInputSuggestorMixin",
"ChatScreenMixin",
"ChunkOcclusionGraphBuilderMixin",
"ClientCommonNetworkHandlerMixin",
"ClientConnectionMixin",
"ClientPlayerEntityMixin",
"ClientPlayerInteractionManagerMixin",
"ClientPlayNetworkHandlerMixin",
"ClientWorldMixin",
"ControlsListWidgetMixin",
"CreativeInventoryScreenMixin",
"DeathScreenMixin",
"DirectConnectScreenMixin",
"DisconnectedRealmsScreenMixin",
"DisconnectedScreenMixin",
"EntityMixin",
"EntityRendererMixin",
"FluidRendererMixin",
"GameMenuScreenMixin",
"GameRendererMixin",
"GenericContainerScreenMixin",
"HeldItemRendererMixin",
"IngameHudMixin",
"InGameOverlayRendererMixin",
"KeyBindingMixin",
"KeybindTextContentMixin",
"KeyboardMixin",
"LanguageManagerMixin",
"LivingEntityRendererMixin",
"MinecraftClientMixin",
"MobEntityRendererMixin",
"MouseMixin",
"MultiplayerScreenMixin",
"PackScreenMixin",
"PlayerInventoryMixin",
"PlayerSkinProviderMixin",
"PowderSnowBlockMixin",
"RenderTickCounterDynamicMixin",
"ScreenMixin",
"ShulkerBoxScreenMixin",
"SimpleOptionMixin",
"SodiumBlockOcclusionCacheMixin",
"SodiumFluidRendererMixin",
"StatsScreenMixin",
"StatusEffectInstanceMixin",
"TelemetryManagerMixin",
"TextVisitFactoryMixin",
"TitleScreenMixin",
"TranslatableTextContentMixin",
"WorldMixin",
"WorldRendererMixin"
],
"injectors": {
"defaultRequire": 1
}
}
{
"required": true,
"minVersion": "0.8",
"package": "net.wurstclient.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [],
"client": [
"AbstractBlockStateMixin",
"AbstractSignEditScreenMixin",
"AllowedAddressResolverMixin",
"BackgroundRendererMixin",
"BasicBakedModelMixin",
"BlockEntityRenderDispatcherMixin",
"BlockMixin",
"CactusBlockMixin",
"CameraMixin",
"ChatHudMixin",
"ChatInputSuggestorMixin",
"ChatScreenMixin",
"ChunkOcclusionGraphBuilderMixin",
"ClientCommonNetworkHandlerMixin",
"ClientConnectionMixin",
"ClientPlayerEntityMixin",
"ClientPlayerInteractionManagerMixin",
"ClientPlayNetworkHandlerMixin",
"ClientWorldMixin",
"ControlsListWidgetMixin",
"CreativeInventoryScreenMixin",
"DeathScreenMixin",
"DirectConnectScreenMixin",
"DisconnectedRealmsScreenMixin",
"DisconnectedScreenMixin",
"EntityMixin",
"EntityRendererMixin",
"FluidRendererMixin",
"GameMenuScreenMixin",
"GameRendererMixin",
"GenericContainerScreenMixin",
"HeldItemRendererMixin",
"IngameHudMixin",
"InGameOverlayRendererMixin",
"KeyBindingMixin",
"KeybindTextContentMixin",
"KeyboardMixin",
"LanguageManagerMixin",
"LivingEntityRendererMixin",
"MinecraftClientMixin",
"MobEntityRendererMixin",
"MouseMixin",
"MultiplayerScreenMixin",
"PackScreenMixin",
"PlayerInventoryMixin",
"PlayerSkinProviderMixin",
"PowderSnowBlockMixin",
"RenderTickCounterDynamicMixin",
"ScreenMixin",
"ShulkerBoxScreenMixin",
"SimpleOptionMixin",
"SodiumBlockOcclusionCacheMixin",
"SodiumFluidRendererMixin",
"StatsScreenMixin",
"StatusEffectInstanceMixin",
"TelemetryManagerMixin",
"TextVisitFactoryMixin",
"TitleScreenMixin",
"TranslatableTextContentMixin",
"WorldMixin",
"WorldRendererMixin"
],
"injectors": {
"defaultRequire": 1
}
}

0 comments on commit 96786bb

Please sign in to comment.