Added
添加
[Fabric] Added enchantment configurations for compatible items and allowing book enchanting
[Fabric版]为兼容物品添加附魔配置,并允许使用附魔书。
Changed
更改
Merged Forge and Fabric versions of the project together using the MultiLoader template
使用MultiLoader template将项目的Forge和Fabric版本合并在一起。
Configuration system is now provided by SpectreLib
配置系统现在由SpectreLib提供。
Configuration files are now located in the root folder's config folder
配置文件现在位于根文件夹的config文件夹中。
Changed to Semantic Versioning
更改为语义化版本。
Updated to Minecraft 1.19.2
更新至Minecraft 1.19.2。
[Forge] Updated to Forge 43+
[Forge版]更新至Forge 43+。
[Fabric] Updated to Fabric API 0.61.0+
[Fabric版]更新至Fabric API 0.61.0+。
[Fabric] Changed vein mining logic to use Fabric API block break events for increased mod compatibility
[Fabric版]更改了连锁采集逻辑,以使用Fabric API块中断事件来提高mod兼容性。
Added
添加
Added activationStateWithoutEnchantment configuration option, defaulted to "KEYBINDING", which controls the activation method if maxBlocksBase and maxDistanceBase values are greater than 0 (which would mean that the enchantment is not required for vein mining functionality)
添加了ActivationStateWithOutEnchanment配置选项,默认为“KEYBINDING”,如果maxBlocksBase和maxDistanceBase值大于0,则控制激活方法(这意味着连锁采集功能不需要附魔)。
Changed
更改
maxBlocksBase and maxBlocksPerLevel now account for the origin block #60
maxBlocksBase和MaxBlocks Perlevel现在负责原始方块#60。
Added
添加
Added activationStateWithoutEnchantment configuration option, defaulted to "KEYBINDING", which controls the activation method if maxBlocksBase and maxDistanceBase values are greater than 0 (which would mean that the enchantment is not required for vein mining functionality)
添加了activationStateWithoutEnchantment配置选项,默认为如果maxBlocksBase与maxBlocksBasemaxDistanceBase的和值大于0"KEYBINDING"则控制激活方法(这意味着连锁采集功能不需要附魔)。
Changed
更改
Now requires Forge 40.1.0 or above
现在需要 Forge 40.1.0 或更高版本。
Changed vein mining logic to accommodate for custom harvest logic from modded tools
更改了连锁采集逻辑以适应来自改装工具的自定义收获逻辑。
As a side effect of the above change, vein mining now works in Creative as well
作为上述变化的副作用,连锁采集现在也可以在创造模式中使用。
Fixed
修复
Fixed ConcurrentModificationException on world load #46
修复世界负载时的ConcurrentModificationException#46。
Fixed certain items not being enchantable even though they are listed in the configuration file
修复了某些物品即使在配置文件中列出也无法附魔的问题。
Fixed default Quark item in configuration list listed as quark:flamarang instead of quark:flamerang
修复了配置列表中的默认 Quark 项目列为quark:flamarang而不是quark:flamerang。