Updated to 1.12.2
更新到MC1.12.2;
Merged Capability fix from 1.10.2
从1.10.2合并能力修复;
Wolves eat food if it is present in their inventory and they have taken some damage. They're also smart about it and will opt for the food which will bring them closest to fully healed.
如果狼的背包内存在能给狼回复生命的食物(主要是原版的肉),并且狼受到过伤害,它会自动食用,以恢复狼的生命;
1.10.2-compatible Chinese language files, supplied by gsbaoge
兼容中文本地化文件,由gsbaoge提供;
Fixed missing wolf armor and chest render layers when connected to a server
修复连接服务器时丢失狼铠和箱子的渲染图层的问题;
Removed a call to a Client-side-only method within common code
移除普通代码中只对客户端进行调用的方法;
Added wolf armors (chain, iron, gold, and diamond) to the Dungeon Loot chests
狼铠(锁链、铁、金、钻石)可以在地牢箱子中找到;
Fixed missing wolf inventory tooltips
修复狼的物品栏GUI下不显示工具提示的问题;
Altered recipes to only include base ingredients
修改了狼铠的合成表,只包含基础材料,合成变得简单;
Added an advancement:"Armor Up!",which triggers when you equip a wolf with armor for the first time.
新增进度“Armor Up!”当玩家首次给狼穿铠甲时触发;
Cauldrons will now no longer empty infinitely as you clean your leather armor. Also you ARMOR_CLEANED stat increments
Requires Java 8, as Streams are an amazing thing
需要Java8。