Backported Wolves将Minecraft最近新增的更多狼变种从最新版本移植到较旧的版本,使玩家无需等待下一个更新即可体验这些变种。
这些变种共有8种新变种加上1种标准变种。它们分别是:
- 灰狼(默认)- 针叶林
- 林地狼 - 森林
- 灰烬狼 - 雪地针叶林
- 黑狼 - 原生松针林
- 栗色狼 - 原生云杉林
- 生锈狼 - 稀树丛
- 斑点狼 - 热带草原高原
- 条纹狼 - 木质恶地
- 雪地狼 - 小树林
所有狼都可以被驯服,当繁殖时,幼崽将会与父母之一拥有相同的变种。
生物群系生成
从1.1.0版本开始,可以通过创建具有其变种生物群系标签的数据包来配置所有生成。
\
示例:
\
\
1.18.2+ "data/backported_wolves/tags/worldgen/biome/spawns_ashen_wolf.json"
json
{
"values": [
"minecraft:snowy_taiga",
"minecraft:desert",
"othermod:other_biome"
]
}
1.18-1.18.1 "data/backported_wolves/tags/biomes/spawns_ashen_wolf.json"
json
{
"values": [
"minecraft:snowy_taiga",
"minecraft:desert",
"othermod:other_biome"
]
}
生成权重
可以在config文件夹中的backported_wolves.properties文件中进行修改。 最新文件版本: 1.1.0
properties
文件版本: 1.1.0
狼的生成权重 默认值: 8
spawn_weight=8
\
尚未与Quilt或NeoForge进行测试,但理论上应该可以正常工作。
截图:
[Fabric] Backported Wolves 1.1.0 (1.19.3-1.20.4)
Added spawn-weight config.
Simplified wolf rendering - Credit: ArshiaDPG
Completely changed wolf spawning, overriding vanilla spawns with the biomes from the spawns_variant_wolf tags.
Added "leader of the pack" advancement for taming all variants.
[Fabric] Backported Wolves 1.1.0 (1.19-1.19.2)
Added spawn-weight config.
Simplified wolf rendering - Credit: ArshiaDPG
Completely changed wolf spawning, overriding vanilla spawns with the biomes from the spawns_variant_wolf tags.
Added "leader of the pack" advancement for taming all variants.
[Fabric] Backported Wolves 1.1.0 (1.18.2)
Added spawn-weight config.
Simplified wolf rendering - Credit: ArshiaDPG
Completely changed wolf spawning, overriding vanilla spawns with the biomes from the spawns_variant_wolf tags.
Added "leader of the pack" advancement for taming all variants.
收录