Compare commits
14 Commits
a3d7163933
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c2d67f414 | |||
| 7935552f5d | |||
| b86bb90803 | |||
| 383e907b4c | |||
| 6478353a8e | |||
| d2a7924f21 | |||
| 55d671b9b5 | |||
| 996d41c099 | |||
| bf46e3d91c | |||
| fa6d6fe4f4 | |||
| 591ed9c2d8 | |||
| 92dbf06543 | |||
| 5bc8b0a4c5 | |||
| 15fadbb318 |
@@ -1,13 +1,53 @@
|
|||||||
# 整合包下载地址👇
|
# 整合包下载地址👇
|
||||||
|
|
||||||
这个仓库只是为了推送自动更新的。获取整合包请[点击这里](https://ddns.myredstone.top:4108/WuffChen/Redcraft.Dragon.V3)。
|
这个仓库只是为了推送自动更新和记录更新日志的。获取整合包请[点击这里](https://ddns.myredstone.top:4108/WuffChen/Redcraft.Dragon.V3)。
|
||||||
|
|
||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
26-2-25: v3.0.0推送第一个整合包版本
|
# 26-2-25: v3.0.0:
|
||||||
|
推送第一个整合包版本
|
||||||
|
|
||||||
26-2-25: v3.0.1客户端添加FTBmod以修复tpa传送文本消失bug。
|
# 26-2-25: v3.0.1:
|
||||||
|
客户端添加FTBmod以修复tpa传送文本消失bug。
|
||||||
|
|
||||||
26-2-26:v3.0.2:更新资源包到1.21.1
|
# 26-2-26:v3.0.2:
|
||||||
|
更新资源包到1.21.1
|
||||||
|
|
||||||
26-2-26:v3.0.3:删除配置设置相关文件,转为整合包内置。防止用户配置被覆盖。删除没人用的1K材质包以精简体积。
|
# 26-2-26:v3.0.3:
|
||||||
|
删除配置设置相关文件,转为整合包内置。防止用户配置被覆盖。删除没人用的1K材质包以精简体积。
|
||||||
|
|
||||||
|
# 26-2-27:v3.0.4:
|
||||||
|
删除错误放置的老版本语言文件包防止造成歧义。
|
||||||
|
|
||||||
|
# 26-3-09:v3.1.0:
|
||||||
|
新增TacZ与更好的兼容检查模组。将远程推送地址换源到更稳定的静态文件服务上。因HMCL自身bug导致之前经常出现git有老文件,导致玩家文件被复写的问题。(此仓库此刻准备弃用。当作更新日志哩)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# 26-3-20:v3.2.0:
|
||||||
|
|
||||||
|
## 新增:
|
||||||
|
|
||||||
|
### 【龙之生存】冰龙物种!
|
||||||
|
来自雪原的顶级掠食者,爪似利刃,霜冻寒息。
|
||||||
|
攻击、冰箭技能与吐息可以施加【霜冻】效果:减速,屏幕特效(塔科夫抄的MC!)
|
||||||
|
技能【破冰】让拥有霜冻效果的生物的肉体破裂,从而造成大量伤害
|
||||||
|
技能【暴风雪】将周围化为冰封。水与岩浆将会冷却,地面将会被厚雪覆盖
|
||||||
|
|
||||||
|
#### 弱点
|
||||||
|
冰晶构成的身体虽美丽,但也同样脆弱。身着护甲提供的防御值将会减半(玻璃大炮)
|
||||||
|
温度是你的天敌,不慎走入火中或岩浆将会受到翻倍伤害。
|
||||||
|
此外,灼烧带来的温度将会扰乱体内元素,导致【魔法恢复】速度-10%
|
||||||
|
|
||||||
|
### cc:tweaked 大名鼎鼎的电脑模组!
|
||||||
|
增加了电脑,显示器,有线网络与WiFi,打印机,机器人等外设。
|
||||||
|
有什么用?游戏中的所有操作都可以由电脑完成、实现!
|
||||||
|
还能监视你的机器状态,列车停靠站点,寻找FurAffinity的图片并显示在大屏幕上,或者播放网易云音乐。
|
||||||
|
上述操作实现是有代价的——你需要学习一门编程语言LUA,并且在游戏中debug。
|
||||||
|
都说MC可以实现万物,那么cc将为mc与互联网实现万物!
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# 26-3-27:v3.2.1:
|
||||||
|
|
||||||
|
添加龙生DLC的汉化。
|
||||||
13
overrides/config/bcc-common.toml
Normal file
13
overrides/config/bcc-common.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
#General settings
|
||||||
|
[general]
|
||||||
|
#modpackProjectID is now deprecated and will be removed soon
|
||||||
|
# Default: 0
|
||||||
|
# Range: > 0
|
||||||
|
modpackProjectID = 0
|
||||||
|
#The name of the modpack
|
||||||
|
modpackName = "RD project!"
|
||||||
|
#The version of the modpack
|
||||||
|
modpackVersion = "3.2.1"
|
||||||
|
#Use the metadata.json to determine the modpack version
|
||||||
|
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
|
||||||
|
useMetadata = false
|
||||||
Binary file not shown.
BIN
overrides/mods/additionaldragons-1.3.0-all.jar.disabled
Normal file
BIN
overrides/mods/additionaldragons-1.3.0-all.jar.disabled
Normal file
Binary file not shown.
BIN
overrides/mods/better-compatability-checker-neoforge-21.1.8.jar
Normal file
BIN
overrides/mods/better-compatability-checker-neoforge-21.1.8.jar
Normal file
Binary file not shown.
BIN
overrides/mods/cc-tweaked-1.21.1-forge-1.117.1.jar
Normal file
BIN
overrides/mods/cc-tweaked-1.21.1-forge-1.117.1.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
overrides/mods/tundradragon-1.5.0-neoforge-1.21.1.jar
Normal file
BIN
overrides/mods/tundradragon-1.5.0-neoforge-1.21.1.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,13 +0,0 @@
|
|||||||
#Thu Jul 31 22:43:22 CST 2025
|
|
||||||
ANISOTROPIC_FILTER=8
|
|
||||||
CLOUD_QUALITY=3
|
|
||||||
CLOUD_SHADOWS=true
|
|
||||||
CLOUD_UNBOUND_RAIN_ADD=1.35
|
|
||||||
COLORED_LIGHTING=512
|
|
||||||
DETAIL_QUALITY=3
|
|
||||||
LIGHTSHAFT_QUALI_DEFINE=3
|
|
||||||
RAIN_STYLE=2
|
|
||||||
SHADER_STYLE=4
|
|
||||||
SHADOW_QUALITY=4
|
|
||||||
SUN_MOON_DURING_RAIN=false
|
|
||||||
shadowDistance=256.0
|
|
||||||
Binary file not shown.
@@ -1,5 +0,0 @@
|
|||||||
#Sat Aug 02 13:20:45 CST 2025
|
|
||||||
EMISSIVE_MODE=2
|
|
||||||
NORMAL_MAPPING=true
|
|
||||||
SPECULAR_MAPPING=true
|
|
||||||
SUBSURFACE_SCATTERING_MODE=2
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +0,0 @@
|
|||||||
#Sat Aug 02 13:10:39 CST 2025
|
|
||||||
DH_SHADOW=true
|
|
||||||
INFO=3
|
|
||||||
Version=3
|
|
||||||
@@ -1,10 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "RedCraft.Dragon.1.21.1",
|
"name": "RedCraft.Dragon.1.21.1",
|
||||||
"author": "WUFFCHEN",
|
"author": "WUFFCHEN",
|
||||||
"version": "3.0.3",
|
"version": "3.2.1",
|
||||||
"description": "This is RedCraft:Dragon, version 1.21.1! description link: https://ddns.myredstone.top:4108/WuffChen/Redcraft.Dragon.V3",
|
"description": "This is RedCraft:Dragon, version 1.21.1! description link: https://ddns.myredstone.top:4108/WuffChen/Redcraft.Dragon.V3",
|
||||||
"fileApi": "https://ddns.myredstone.top:4108/WuffChen/Redcraft.Dragon.V3.Push/raw/branch/main",
|
"fileApi": "https://ddns.myredstone.top:4101/User/WuffChen/RedCraft_Push",
|
||||||
"files": [
|
"files": [
|
||||||
|
{
|
||||||
|
"path": "config/bcc-common.toml",
|
||||||
|
"hash": "f85f33639490b22d5eeed571825be9c0cdf3d5f5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "mods/additionaldragons-1.3.0-all.jar.disabled",
|
||||||
|
"hash": "bc7d835b261b95be3a0d3827733178d7e9fe07a4"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "mods/amendments-1.21-2.0.15-neoforge.jar",
|
"path": "mods/amendments-1.21-2.0.15-neoforge.jar",
|
||||||
"hash": "00056f29646f3bf86116b281c2362c0dabdb4533"
|
"hash": "00056f29646f3bf86116b281c2362c0dabdb4533"
|
||||||
@@ -33,6 +41,10 @@
|
|||||||
"path": "mods/architectury-13.0.8-neoforge.jar",
|
"path": "mods/architectury-13.0.8-neoforge.jar",
|
||||||
"hash": "6ca11d3cc136bf69bb8f4d56982481eb85b5100b"
|
"hash": "6ca11d3cc136bf69bb8f4d56982481eb85b5100b"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "mods/better-compatability-checker-neoforge-21.1.8.jar",
|
||||||
|
"hash": "186ba3fbacacb0ce93b9c5a5ddca28799c1577cb"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "mods/BiomesOPlenty-neoforge-1.21.1-21.1.0.13.jar",
|
"path": "mods/BiomesOPlenty-neoforge-1.21.1-21.1.0.13.jar",
|
||||||
"hash": "e277fba0c94fea3c3f58d23bfa53d2eb457555f6"
|
"hash": "e277fba0c94fea3c3f58d23bfa53d2eb457555f6"
|
||||||
@@ -57,6 +69,10 @@
|
|||||||
"path": "mods/CBMultipart-1.21.1-3.5.0.155.jar",
|
"path": "mods/CBMultipart-1.21.1-3.5.0.155.jar",
|
||||||
"hash": "754cefc13802393862a05142f55d71669e76bc3d"
|
"hash": "754cefc13802393862a05142f55d71669e76bc3d"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "mods/cc-tweaked-1.21.1-forge-1.117.1.jar",
|
||||||
|
"hash": "aaf6233b23e1ff01ed286824ba359aaa5eed0918"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "mods/chloride-NEOFORGE-mc1.21.1-v1.7.5.jar",
|
"path": "mods/chloride-NEOFORGE-mc1.21.1-v1.7.5.jar",
|
||||||
"hash": "13be11a94f507b6300a1a0c0bd6f1594eb6c5e64"
|
"hash": "13be11a94f507b6300a1a0c0bd6f1594eb6c5e64"
|
||||||
@@ -118,8 +134,8 @@
|
|||||||
"hash": "d7197ab489c30761dadfb7ef963b99bc8d505df1"
|
"hash": "d7197ab489c30761dadfb7ef963b99bc8d505df1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "mods/CreativeCore_NEOFORGE_v2.13.31_mc1.21.1.jar.disabled",
|
"path": "mods/CreativeCore_NEOFORGE_v2.13.32_mc1.21.1.jar.disabled",
|
||||||
"hash": "8a62f35b3eece60e58a600fbec9a928b2784fc7f"
|
"hash": "f984a9e749ae6d527d50b2c9999c285cc4f36e1e"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "mods/CreeperOverhaul-neoforge-1.21.1-4.0.6.jar",
|
"path": "mods/CreeperOverhaul-neoforge-1.21.1-4.0.6.jar",
|
||||||
@@ -223,7 +239,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "mods/griffin_ds-1.0.1-neoforge-1.21.1.jar",
|
"path": "mods/griffin_ds-1.0.1-neoforge-1.21.1.jar",
|
||||||
"hash": "48232b380636daa55c560aa2ac64d5894543b7a2"
|
"hash": "9b03007970b364c0dc678fd7a112fcbc18a513ca"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "mods/guardvillagers-2.4.5-1.21.1.jar",
|
"path": "mods/guardvillagers-2.4.5-1.21.1.jar",
|
||||||
@@ -465,6 +481,10 @@
|
|||||||
"path": "mods/supplementaries-1.21-3.5.21-neoforge.jar",
|
"path": "mods/supplementaries-1.21-3.5.21-neoforge.jar",
|
||||||
"hash": "74db4a42a2a8c16de3a8c73fcb1dfb93d1e6fe5a"
|
"hash": "74db4a42a2a8c16de3a8c73fcb1dfb93d1e6fe5a"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "mods/tacz-neoforge-1.21.1-1.1.7-hotfix-r4.jar",
|
||||||
|
"hash": "11d385a374198efc0138c11edeae176f3ba30609"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "mods/TerraBlender-neoforge-1.21.1-4.1.0.8.jar",
|
"path": "mods/TerraBlender-neoforge-1.21.1-4.1.0.8.jar",
|
||||||
"hash": "744394d979b422be560babf9df7a6800ede9ac5b"
|
"hash": "744394d979b422be560babf9df7a6800ede9ac5b"
|
||||||
@@ -485,6 +505,10 @@
|
|||||||
"path": "mods/toofast-1.21.0-0.4.3.5.jar.disabled",
|
"path": "mods/toofast-1.21.0-0.4.3.5.jar.disabled",
|
||||||
"hash": "7940d2516a492ff687696dfc0f8b66a6c628baad"
|
"hash": "7940d2516a492ff687696dfc0f8b66a6c628baad"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "mods/tundradragon-1.5.0-neoforge-1.21.1.jar",
|
||||||
|
"hash": "eced5ed0671562e353e62b63e0588685c2518694"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "mods/untamedwilds-1.21.1-3.0.1.jar.disabled",
|
"path": "mods/untamedwilds-1.21.1-3.0.1.jar.disabled",
|
||||||
"hash": "946f8b6c33c6d374abd4b3be049814558e12b14a"
|
"hash": "946f8b6c33c6d374abd4b3be049814558e12b14a"
|
||||||
@@ -556,78 +580,6 @@
|
|||||||
{
|
{
|
||||||
"path": "mods/Zeta-1.1-39.jar.disabled",
|
"path": "mods/Zeta-1.1-39.jar.disabled",
|
||||||
"hash": "ef6f2e1a625a9f8770a33576b682a228e441747a"
|
"hash": "ef6f2e1a625a9f8770a33576b682a228e441747a"
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "resourcepacks/Faithful 64x - Release 6.zip",
|
|
||||||
"hash": "303bf334a2d0015bde217526485ec977c8f81b7b"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "resourcepacks/Minecraft-Mod-Language-Modpack-Converted-1.20.1.zip",
|
|
||||||
"hash": "284b72fc7205f9d73ed86974b4fad6ad3a62b3bc"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "resourcepacks/Minecraft-Mod-Language-Modpack-Converted-1.21.1.zip",
|
|
||||||
"hash": "0a6773998d39a045fe8dc621d10a308684a74fde"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "resourcepacks/ModernArch R304 [1.20.3-1.21.2] [128x].zip",
|
|
||||||
"hash": "04308fa63bf752f60dfd8ac18e8a8c1f8e005ef3"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "resourcepacks/Realistico-512X-full.zip",
|
|
||||||
"hash": "0092107562dc4e350065abaa1cabc3c481df8550"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "resourcepacks/Stay_True_1.21.zip",
|
|
||||||
"hash": "6c14b584ecd205bbaa88a49c1a57574c9b38e79f"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "resourcepacks/VanillaXBR - 1.21.3.zip",
|
|
||||||
"hash": "ce4dc2dd18c9d9bb9ffa9ff4e697fdeee869c557"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "resourcepacks/§6§lClassic 3D§c v2.0.0-A.9§e 1.21.zip",
|
|
||||||
"hash": "2cb13b74df0e06eaad350ff3d7356c2eb135aa34"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "shaderpacks/BSL_v10.0.zip",
|
|
||||||
"hash": "82eb9981a31a4753bb5022b5f64d5ec4f6a27071"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "shaderpacks/ComplementaryReimagined_r5.5.1.zip",
|
|
||||||
"hash": "c9f1724fbe77e1d36afab9612b4aaac693bc84e4"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "shaderpacks/ComplementaryReimagined_r5.5.1.zip.txt",
|
|
||||||
"hash": "e6fbeac6c701da8514bbde36de9ed4eb7da67519"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "shaderpacks/iterationT 3.2.0.zip",
|
|
||||||
"hash": "ddadd31e7c59cedadc1e704e5f83c872cb3d5e37"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "shaderpacks/Kappa_v5.3.zip",
|
|
||||||
"hash": "620388c59df919fc29f8762268942f4871c2fb55"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "shaderpacks/photon_v1.2a.zip",
|
|
||||||
"hash": "6ad7e57f22ceb5530b168d077414abc8387c9b04"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "shaderpacks/Revelation-main.zip.txt",
|
|
||||||
"hash": "7af82f25474bc611052134f3342abd915331045f"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "shaderpacks/国产_DM的续作Revelation-main.zip",
|
|
||||||
"hash": "56729817fbe8fd2f4640fde63f2f490f23fff658"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "shaderpacks/国产_氛围Derivative Main d24.4.14.zip",
|
|
||||||
"hash": "7bfa5cbaf35cb9017c970cb682ab0f5c9c272127"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "shaderpacks/国产_氛围Derivative Main d24.4.14.zip.txt",
|
|
||||||
"hash": "49b551e998d40957bb35e8c69e22a707fb0aa08a"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"addons": [
|
"addons": [
|
||||||
|
|||||||
Reference in New Issue
Block a user