made MiningBlockTags fully abstract (internal change).
使 MiningBlockTags 完全分离出来(内部更改)。
fixed bug in registerMineableTags() that was setting all 'needs_stone_tool' to 'needs_diamond_tool'. NOTE: just dropping this version into your mods folder will NOT automatically fix stuff like tin ore needing diamond picks. You will have to switch to this version of SimpleCoreLib AND update to fixed versions of the other SimpleOres modules (coming Real Soon).
修复了 registerMineableTags() 中将所有的 needs_stone_tool 设置为 needs_diamond_tool 的错误。注意:之时把这个版本放进你的 mods 文件夹不会自动修复像锡矿石需要钻石挖掘的这种情况。你必须切换到这个版本的简单前置并且更新其他简单矿石模块到修复的版本(即将推出)。
adds JEI support
添加对[JEI] JEI物品管理器的支持。
required for all special JEI support in add-ons. (i.e., for special furnaces, special fuels, etc)
适用于 Add-on 中所有特殊的 JEI 支持,即特殊熔炉、特殊燃料等。
fixes bug in utility method ClientUtils.setupBowModelProperties() that may have caused ConcurrentModification exceptions.
修复了实用方法 ClientUtils.setupBowModelProperties() 可能会导致 ConcurrentModification 异常的问题。
added ClientUtils.handleFovEvent() to make FOV event handler easier to write.
添加了 ClientUtils.handleFovEvent() 使 FOV 方法更容易编写。
base class changes to fix mod Furnace fuel recipe bugs in JEI. Required for new Netherrocks, Fusion, and Machines.
基础类变动,以修复 Furnace Mod 在 JEI 中的燃料合成表问题。新版本的 Netherrocks、Fusion 和 Machines 都需要此版本简单前置。
added method for generating door drops for loot tables. Used to fix door-duping bugs in SimpleOres2, Netherrocks, and Fusion.
增加了战利品表生成掉落物门的方法,用来修复简单矿石、Netherrocks 和 Fusion 中的门复制问题。
massive re-factoring of SimpleCoreLib which is not compatible with any older versions of SimpleOres2 and add-ons.
简单前置的大规模重构,与任何过往版本的简单矿石及其附属都不兼容。
All upcoming 1.18.2 SimpleOres mods, including SimpleOres, will require this version or later.
所有即将推出的 1.18.2 简单矿石系列模组(简单矿石及其附属)都需要此版本或更高版本。
major rewrite of ore generation code, reducing the chances that your world will crash randomly when you enter it or step into the nether.
主要重写了矿石生成相关的代码,减少你进入世界或进入下界时崩溃的概率。
added more test stuff. Leave it turned off in the config unless you really want to play with test items and test ores. I am not responsible for what you do with them.
添加了更多的测试工具。你可以在配置文件中关掉它们,除非你想试一试测试物品和测试矿石;当然我(即作者)不会对这些工具可能造成的后果负责。
overhauled furnace code. Will affect Netherrocks, Machines, and possibly Fusion.
彻底修改了熔炉的代码。将会影响 Netherrocks 和 Machines,可能还会有 Fusion。
overhaul fixes furnace/hopper interaction. empty lava buckets are now correctly ejected out the bottom face into hoppers/pipes/etc.
彻底修复了熔炉/漏斗的交互,空的岩浆桶现在可以正确地从底面输出到漏斗、管道或者其他类似的东西。
Furnace code is now purely capability-based.
熔炉代码现在是完全基于功能的。
final release for 1.18.1
1.18.1的最终版本。
REQUIRED for SimpleOres 1.17.1-3.0.1.1 and later.
SimpleOres 1.17.1-3.0.1.1 或更高版本的前置。
add brick_slab recipes to builder, and stonecutting recipes for brick_stairs and brick_slabs.
添加了砖台阶的合成表,以及在切石机中合成砖楼梯和砖台阶的合成表。
Fixed incorrect recipe generation for brick stairs.
修复了砖楼梯不正确的合成表。
differentiate stonecutting from crafting table recipes
从工作台合成表中分离出切石机的合成。
added new method to RecipeSetBuilder to build Aesthetic recipes
给 RecipeSetBuilder 添加了新的方法用于构建装饰物品的合成表。
moved support for JEI weird furnace fuel categories from Netherrocks to SimpleCoreLIb
将对JEI中奇怪的熔炉燃料类别的支持从 Netherrocks 转移到 SimpleCreib。
this version will be required for Netherrocks, and future versions of Fusion, and future versions of anything with aesthetics content (bars, doors, slabs, bricks, stairs).
Netherrocks 、Fusion 的未来版本以及任何含有装饰性内容(栅栏、门、台阶、砖块、楼梯)的未来版本都需要此版本。
fixed nether ore generation support code to use Feature.ORE rather than Feature.SCATTERED_ORE.
修复了下界矿石支持代码使用 Feature.ORE 而不是 Feature.SCATTERED_ORE 的问题。
This version or later PREFERRED for Netherrocks (when it releases) and SimpleOres releases after 3.0.0.1
Netherrocks(当发布了)和 SimpleOres 在3.0.0.1之后的版本首选此版本或更高版本。
new version of SimpleCoreAPI required to support new, fixed versions of Netherrocks, Fusion, and Machines.
用于支持 Netherrocks 、Fusion 、和 Machines 的新版本 SimpleCoreAPI。
requires McJty's CompatLayer 0.2.5 or later.
需要 McJty 的 CompatLayer 0.2.5 或更高版本。
SimpleCoreAPI is version-specific, 1.11.2 vs 1.10.2; get the appropriate one for the version of Minecraft Forge you are using.
SimpleCoreAPI 是版本特定的;你需要为你正在使用的 Forge 版本获取合适的版本。
internal architecture stuff: better compatibility layers between 1.10.2 and 1.11.2
内部架构:1.10.2和1.11.2之间的兼容性更好。
re-factored TileEntitySimpleFurnace.update() to yank out the boiler-plate code that all descendents use and put it in TileEntitySimpleFurnace.defalut_cooking_update().
重新设计了 TileEntitySimpleFurnace.update() 来调出所有后代使用的 boiler-plate 代码,并将其放到 TileEntitySimpleFurnace.defalut_cooking_update() 中。
fixed furnace stuff in general to work in both 1.10.2 and 1.11.2, instead of crashing on doing anything with GUI.
修复了1.10.2和1.11.2中熔炉工作的问题,而不是在与 GUI 互动时崩溃。
Updated to Minecraft 1.8.
更新到1.8版本
Added a new RenderItemHelper class for rendering items/blocks easily in 1.8+.
添加了一个新的 RenderItemHelper 类,用于在1.8以上的版本中简单的渲染物品或方块。
Added a new, improved version of the XML Config system. Much more stable and versatile.
添加了一个新的、改进版的 XML 配置系统,更加稳定且灵活。
Added a new TooltipHelper class, so tooltips can be added to Blocks and Items easier.
添加了一个新的ToolTiHelper类,可以更简单地将工具提示添加到方块和物品中。
Significantly improved bow zoom for all bows extending SimpleBow.
显著增强了 SimpleBow 中所有弓的缩放效果。
Added a whole new XML Config system, that is cleaner than the Forge one.
添加了一个新的 XML 配置系统,比 Forge 的更整洁。
The UpdateChecker now checks for updates for each mod in it's own thread, eliminating the game-halting that was happening with the previous system.
UpdateChecker 现在会在自己的线程中检查每个mod的更新,从而消除之前系统中出现的游戏暂停情况。