13 Commits

Author SHA1 Message Date
枫沐x
0ab3bff424 更新 版本号 2025-03-15 19:38:08 +08:00
枫沐x
d2554e8555 更新 MOD 版本 2025-03-15 19:10:53 +08:00
枫沐x
e6b2a3c5fc 更新 MOD 版本 2025-03-15 18:32:53 +08:00
枫沐x
0aefde092a 添加 钠翻译 资源包 2025-03-15 18:32:32 +08:00
枫沐x
b6b5afc4c0 更新 MOD版本 2025-03-15 18:26:16 +08:00
枫沐x
08859d6d53 删除 i18n汉化MOD 2025-03-15 18:26:05 +08:00
枫沐x
cf6ffec3e5 更新 资源包 2025-03-15 18:25:32 +08:00
枫沐x
55ef95aefe 更新 配置文件 2025-03-15 18:16:29 +08:00
枫沐x
d218cc35b1 更新图标 2025-03-15 18:16:16 +08:00
枫沐x
500e9ea53b Merge branch 'main' of https://github.com/xmmtx/XMZ-JFServer-Client 2025-02-14 00:54:51 +08:00
枫沐x
fbd13f48b9 更新 配置文件 2025-02-14 00:54:04 +08:00
枫沐x
7751dc0732 添加 Neat 2025-02-14 00:53:54 +08:00
枫沐x
8ca116253f 更新 README.md 2025-02-13 15:42:58 +08:00
62 changed files with 164 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
#Indigo properties file
#Thu Feb 13 13:09:36 CST 2025
#Sat Mar 15 18:48:40 CST 2025
always-tesselate-blocks=auto
ambient-occlusion-mode=hybrid
debug-compare-lighting=auto

View File

@@ -0,0 +1 @@
{"excluded":["put:valuesHere"]}

View File

@@ -1,8 +1,9 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Thu Feb 13 13:09:40 CST 2025
#Sat Mar 15 18:48:43 CST 2025
allowUnknownShaders=false
colorSpace=SRGB
disableUpdateMessage=false
enableDebugOptions=false
enableShaders=true
enableShaders=false
maxShadowRenderDistance=32
shaderPack=BSL_v8.4.01.2.zip

View File

@@ -6,19 +6,25 @@
"openGuiConfigs": {
"keys": "A,C"
},
"enableActionbarMessages": {
"enabled": true,
"hotkey": {
"keys": ""
}
},
"enableConfigSwitcher": {
"enabled": true,
"hotkey": {
"keys": ""
}
},
"realmsCommonConfig": true,
"enableActionbarMessages": {
"enableStatusEffectsShift": {
"enabled": true,
"hotkey": {
"keys": ""
}
}
},
"realmsCommonConfig": true
},
"Debug": {
"debugMessages": false,

View File

@@ -57,6 +57,7 @@
"infoHorseSpeed": 0,
"infoHorseJump": 0,
"infoPandaGene": 0,
"infoDolphinTreasure": 57,
"infoEntityVariant": 0
},
"Colors": {
@@ -103,9 +104,13 @@
"Generic": {
"axolotlTooltips": false,
"beeTooltips": false,
"disableVanillaBeeTooltips": false,
"bundleTooltips": true,
"bundleTooltipsFillLevel": 64,
"customModelTooltips": false,
"foodTooltips": false,
"honeyTooltips": false,
"lodestoneTooltips": false,
"biomeOverlaySingleColor": true,
"bundlePreview": false,
"bundleDisplayBgColor": true,
@@ -113,8 +118,20 @@
"bundleDisplayRowWidth": 9,
"debugMessages": false,
"dontClearStoredSeedOnDimensionChange": true,
"entityDataSync": true,
"hudDataSync": {
"enabled": false,
"hotkey": {
"keys": ""
}
},
"entityDataSync": {
"enabled": true,
"hotkey": {
"keys": ""
}
},
"entityDataSyncBackup": true,
"entityDataSyncCacheRefresh": 0.25,
"entityDataSyncCacheTimeout": 1.0,
"entityDataSyncLoadNbt": false,
"infoLinesUsesNbt": true,
@@ -177,9 +194,18 @@
"blockPosFormat": "Block: %d, %d, %d",
"blockGridOverlayRadius": 32,
"coordinateFormat": "x: %.1f y: %.1f z: %.1f",
"dateFormatReal": "yyyy-MM-dd HH:mm:ss",
"dateFormatType": "regular",
"dateFormatString": "yyyy-MM-dd HH:mm:ss",
"dateFormatMinecraft": "MC time: (day {DAY}) {HOUR}:{MIN}:xx",
"durationFormatType": "pretty",
"durationFormatString": "HH:mm:ss.SSS",
"fontScale": 0.5,
"hudStatusEffectsShift": {
"enabled": true,
"hotkey": {
"keys": ""
}
},
"lightLevelMarkerSize": 0.84,
"lightLevelNumberOffsetBlockX": 0.26,
"lightLevelNumberOffsetBlockY": 0.32,
@@ -203,6 +229,7 @@
"inventoryPreviewToggleScreen": {
"keys": "BUTTON_3"
},
"inventoryPreviewVillagerBGColor": false,
"villagerConversionTicks": true,
"villagerOfferEnchantmentBooks": true,
"villagerOfferPriceRange": true,
@@ -268,6 +295,7 @@
"infoHorseSpeed": false,
"infoHorseJump": false,
"infoPandaGene": false,
"infoDolphinTreasure": false,
"infoEntityVariant": false
},
"InfoHotkeys": {
@@ -442,6 +470,9 @@
"infoPandaGene": {
"keys": ""
},
"infoDolphinTreasure": {
"keys": ""
},
"infoEntityVariant": {
"keys": ""
}

View File

@@ -10,5 +10,6 @@
"slime_chunks": {
"y_top": 0.0
}
}
},
"hud_data": {}
}

View File

@@ -6,7 +6,5 @@
0.0
]
},
"hud_data": {},
"entities": {},
"shapes": {}
}

View File

@@ -0,0 +1,76 @@
{
// Maximum distance in blocks at which health bars should render
"maxDistance": 24,
// Maximum distance in blocks at which health bars should render without line of sight
"maxDistanceWithoutLineOfSight": 8,
// Whether health bars should render when the HUD is disabled with F1
"renderInF1": false,
// How far above the mob the health bars should render
"heightAbove": 0.6,
// Whether the gray background plate should be drawn
"drawBackground": true,
// Amount of extra padding space around the background plate
"backgroundPadding": 2,
// How tall the background plate should be
"backgroundHeight": 6,
// How tall the health bar should be
"barHeight": 4,
// How wide the health bar should be. If the entity has a long name, the bar will increase in size to match it.
"plateSize": 25,
// plateSize but for bosses
"plateSizeBoss": 50,
// Show mob attributes such as arthropod or undead
"showAttributes": true,
// Show armor points
"showArmor": true,
// Group armor points into diamond icons
"groupArmor": true,
// Color health bar by mob type instead of health percentage
"colorByType": false,
// Text color in hex code format
"textColor": "FFFFFF",
// Height of the text on the health bar
"hpTextHeight": 14,
// Whether the maximum health of the mob should be shown
"showMaxHP": true,
// Whether the current health of the mob should be shown
"showCurrentHP": true,
// Whether the percentage health of the mob should be shown
"showPercentage": true,
// Whether bars on passive mobs should be shown
"showOnPassive": true,
// Whether bars on hostile mobs should be shown (does not include bosses)
"showOnHostile": true,
// Whether bars on players should be shown
"showOnPlayers": true,
// Whether bars on bosses should be shown
"showOnBosses": true,
// Only show bars for mobs you are targeting
"showOnlyFocused": false,
// Show bars for mobs that are at full health
"showFullHealth": true,
// Show extra debug info on the bar when F3 is enabled
"enableDebugInfo": true,
// Show entity name
"showEntityName": true,
// Disables the rendering of the vanilla name tag
"disableNameTag": false,
// If this is enabled and the "disableNameTag" option is true, the vanilla nametag is only hidden if the mob has a Neat healthbar rendered
"disableNameTagIfHealthbar": true,
// Offsets the healtbar icons on the x axis
"iconOffsetX": 0.0,
// Offsets the healtbar icons on the y axis
"iconOffsetY": 0.0,
// This value changes the decimal format of the HP. Only change this value if you are familiar with how the decimal format works!
"decimalFormat": "#.##",
// Entity ID's that should not have bars rendered
"blacklist": [
"minecraft:shulker",
"minecraft:armor_stand",
"minecraft:cod",
"minecraft:salmon",
"minecraft:pufferfish",
"minecraft:tropical_fish",
"minecraft:tadpole"
]
}

View File

@@ -1,2 +1,2 @@
#Pinyin Options
#Thu Feb 13 14:42:53 CST 2025
#Sat Mar 15 18:49:44 CST 2025

View File

@@ -1,3 +1,3 @@
#Double Pinyin Options
#Thu Feb 13 14:42:53 CST 2025
#Sat Mar 15 18:49:44 CST 2025
Converter=sougou

View File

@@ -21,6 +21,6 @@
},
"notifications": {
"has_cleared_donation_button": true,
"has_seen_donation_prompt": false
"has_seen_donation_prompt": true
}
}

View File

@@ -51,7 +51,7 @@ Show Mob Names:true
Font Scale:1.0
Show Facing:true
Hidden Mobs:
Worldmap Zoom:0.5
Worldmap Zoom:6.3480134
Worldmap Minimum Zoom:0.5
Worldmap Maximum Zoom:16.0
Worldmap Cache Size:500

Binary file not shown.

View File

@@ -51,8 +51,8 @@ damageTiltStrength:1.0
highContrast:false
highContrastBlockOutline:false
narratorHotkey:true
resourcePacks:["vanilla","fabric","betterbeds:fancyconnectedbeds","continuity:default","continuity:glass_pane_culling_fix","file/CozyUI+_1-3_no-fonts.zip","file/护眼大补丸1.21.4_v3b.zip","file/XKRD 红显v3.5for1.21.4.zip"]
incompatibleResourcePacks:["appleskin","authme","imblocker","replaymod","voxelmap","zume"]
resourcePacks:["vanilla","fabric","betterbeds:fancyconnectedbeds","continuity:default","file/CozyUI+_1-3_no-fonts.zip","file/护眼大补丸1.21.4_v3b.zip","file/XKRD 红显v3.5for1.21.4.zip","file/masa-mods-chinese.zip","file/SodiumTranslations.zip","continuity:glass_pane_culling_fix"]
incompatibleResourcePacks:["appleskin","authme","imblocker","neat","replaymod","voxelmap","zume"]
lastServer:
lang:zh_cn
chatVisibility:0
@@ -61,7 +61,7 @@ chatLineSpacing:0.0
textBackgroundOpacity:0.5
backgroundForChatOnly:true
hideServerAddress:false
advancedItemTooltips:false
advancedItemTooltips:true
pauseOnLostFocus:true
overrideWidth:0
overrideHeight:0
@@ -131,6 +131,7 @@ key_key.durabilityviewer.showhide:key.keyboard.h
key_fpsreducer.key.openGui:key.keyboard.end
key_fpsreducer.key.forceIdle:key.keyboard.pause
key_key.modmenu.open_menu:key.keyboard.unknown
key_neat.keybind.toggle:key.keyboard.unknown
key_key.replaymod.playeroverview:key.keyboard.b
key_key.replaymod.lighting:key.keyboard.z
key_key.replaymod.quickmode:key.keyboard.q

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

View File

@@ -1,5 +1,5 @@
{
"id": "季落秋风客户端-v1.0.0",
"id": "季落秋风客户端-v1.2.0",
"arguments": {
"game": [
"--username",
@@ -162,7 +162,6 @@
]
},
"mainClass": "net.fabricmc.loader.impl.launch.knot.KnotClient",
"jar": "季落秋风客户端-v1.0.0",
"assetIndex": {
"totalSize": 400804025,
"id": "19",
@@ -1874,6 +1873,11 @@
}
],
"downloads": {
"client": {
"url": "https://piston-data.mojang.com/v1/objects/a7e5a6024bfd3cd614625aa05629adf760020304/client.jar",
"sha1": "a7e5a6024bfd3cd614625aa05629adf760020304",
"size": 28335587
},
"server": {
"url": "https://piston-data.mojang.com/v1/objects/4707d00eb834b446575d89a61a11b5d548d8c001/server.jar",
"sha1": "4707d00eb834b446575d89a61a11b5d548d8c001",
@@ -1888,11 +1892,6 @@
"url": "https://piston-data.mojang.com/v1/objects/0b1e60cc509cfb0172573ae56b436c29febbc187/server.txt",
"sha1": "0b1e60cc509cfb0172573ae56b436c29febbc187",
"size": 7753825
},
"client": {
"url": "https://piston-data.mojang.com/v1/objects/a7e5a6024bfd3cd614625aa05629adf760020304/client.jar",
"sha1": "a7e5a6024bfd3cd614625aa05629adf760020304",
"size": 28335587
}
},
"logging": {
@@ -3770,10 +3769,10 @@
}
],
"downloads": {
"server": {
"url": "https://piston-data.mojang.com/v1/objects/4707d00eb834b446575d89a61a11b5d548d8c001/server.jar",
"sha1": "4707d00eb834b446575d89a61a11b5d548d8c001",
"size": 56880250
"client": {
"url": "https://piston-data.mojang.com/v1/objects/a7e5a6024bfd3cd614625aa05629adf760020304/client.jar",
"sha1": "a7e5a6024bfd3cd614625aa05629adf760020304",
"size": 28335587
},
"client_mappings": {
"url": "https://piston-data.mojang.com/v1/objects/0cf2a0b7f056da1a5a5dd99fc6dc752f33987150/client.txt",
@@ -3785,10 +3784,10 @@
"sha1": "0b1e60cc509cfb0172573ae56b436c29febbc187",
"size": 7753825
},
"client": {
"url": "https://piston-data.mojang.com/v1/objects/a7e5a6024bfd3cd614625aa05629adf760020304/client.jar",
"sha1": "a7e5a6024bfd3cd614625aa05629adf760020304",
"size": 28335587
"server": {
"url": "https://piston-data.mojang.com/v1/objects/4707d00eb834b446575d89a61a11b5d548d8c001/server.jar",
"sha1": "4707d00eb834b446575d89a61a11b5d548d8c001",
"size": 56880250
}
},
"logging": {

View File

@@ -16,22 +16,29 @@
中文 | [English](./README_EN.md)
## 简介
本项目是Minecraft季落秋风服务器官方客户端也是XMZ系列整合包之一。
## Mod列表
查看完整列表https://github.com/xmmtx/XMZ-JFServer-Client/tree/main/.minecraft/mods
#### 主要MOD
1. **Mod A** - 作者: Developer A - [下载链接](https://example.com/modA) - 许可证: MIT
2. **Mod B** - 作者: Developer B - [下载链接](https://example.com/modB) - 许可证: GPLv3
1. **3D皮肤层** - 作者: tr7zw - [MC百科](https://www.mcmod.cn/class/4618.html) - 许可证: tr7zw
2. **REI物品管理器** - 作者: shedaniel - [MC百科](https://www.mcmod.cn/class/1674.html) - 许可证: MIT
> 本模组包不包含Minecraft本体、Java。
## 使用方法
首先运行Minecraft: Java Edition需要安装Java。本模组包使用1.21.4建议直接安装最新Java发布版。
首先运行Minecraft: Java Edition需要安装Java。本模组包使用1.21.4建议直接安装最新Java发布版。 <br>
Windows Java下载 <br>
https://www.oracle.com/cn/java/technologies/downloads/#jdk23-windows <br>
https://www.azul.com/downloads/?version=java-23&os=windows&package=jdk#zulu <br>
#### 使用导入包 (推荐)
**Java**下载: <br>
[甲骨文 JDK23 Windows](https://www.oracle.com/cn/java/technologies/downloads/#jdk23-windows) <br>
[Azul JDK23 Windows](https://www.azul.com/downloads/?version=java-23&os=windows&package=jdk#zulu) <br>
#### 使用自动更新 (推荐)
前往发布版下载文件后缀为AU
#### 使用导入包
前往发布版下载文件后缀为Lead
#### 使用完整包
前往发布版下载文件后缀为Full
#### 手动安装 (不推荐)
前往发布版下载下载源码也可直接克隆main

View File

@@ -56,7 +56,7 @@
},
"gameDir": ".minecraft",
"useRelativePath": true,
"selectedMinecraftVersion": "季落秋风客户端-v1.0.0"
"selectedMinecraftVersion": "季落秋风客户端-v1.2.0"
},
"Home": {
"global": {
@@ -107,7 +107,7 @@
{
"url": "https://littleskin.cn/api/yggdrasil/",
"metadataResponse": "{\"meta\":{\"serverName\":\"LittleSkin\",\"implementationName\":\"Yggdrasil Connect\",\"implementationVersion\":\"0.0.6\",\"links\":{\"announcement\":\"https://littleskin.cn/api/announcements\",\"homepage\":\"https://littleskin.cn\",\"register\":\"https://littleskin.cn/auth/register\"},\"feature.no_email_login\":true,\"feature.openid_configuration_url\":\"https://open.littleskin.cn/.well-known/openid-configuration\"},\"skinDomains\":[\"littleskin.cn\"],\"signaturePublickey\":\"-----BEGIN PUBLIC KEY-----\\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEArGcNOOFIqLJSqoE3u0hj\\ntOEnOcET3wj9Drss1BE6sBqgPo0bMulOULhqjkc/uH/wyosYnzw3xaazJt87jTHh\\nJ8BPMxCeQMoyEdRoS3Jnj1G0Kezj4A2b61PJJM1DpvDAcqQBYsrSdpBJ+52MjoGS\\nvJoeQO5XUlJVQm21/HmJnqsPhzcA6HgY71RHYE5xnhpWJiPxLKUPtmt6CNYUQQoS\\no2v36XWgMmLBZhAbNOPxYX+1ioxKamjhLO29UhwtgY9U6PWEO7/SBfXzyRPTzhPV\\n2nHq7KJqd8IIrltslv6i/4FEM81ivS/mm+PN3hYlIYK6z6Ymii1nrQAplsJ67OGq\\nYHtWKOvpfTzOollugsRihkAG4OB6hM0Pr45jjC3TIc7eO7kOgIcGUGUQGuuugDEz\\nJ1N9FFWnN/H6P9ukFeg5SmGC5+wmUPZZCtNBLr8o8sI5H7QhK7NgwCaGFoYuiAGL\\ngz3k/3YwJ40BbwQayQ2gIqenz+XOFIAlajv+/nyfcDvZH9vGNKP9lVcHXUT5YRnS\\nZSHo5lwvVrYUrqEAbh/zDz8QMEyiujWvUkPhZs9fh6fimUGxtm8mFIPCtPJVXjeY\\nwD3Lvt3aIB1JHdUTJR3eEc4eIaTKMwMPyJRzVn5zKsitaZz3nn/cOA/wZC9oqyEU\\nmc9h6ZMRTRUEE4TtaJyg9lMCAwEAAQ\u003d\u003d\\n-----END PUBLIC KEY-----\\n\"}",
"metadataTimestamp": 1739423359764
"metadataTimestamp": 1742038245045
}
],
"addedLittleSkin": true,

BIN
logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 187 KiB