新建2023-08-23
  • 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 文件夹不会自动修复像锡矿石需要钻石挖掘的这种情况。你必须切换到这个版本的简单前置并且更新其他简单矿石模块到修复的版本(即将推出)。

2023-08-21
  • fixed bugs preventing armor and tool tags from generating correctly.

    修复了阻止盔甲和工具标签正常生成的错误。

  • added missing tags to jar.

    添加了遗失的标签。

2023-08-19
  • added some utilities to automate creating all those finicky armor and tool tags.

    添加了一个程序来为所有那些挑剔的盔甲和工具自动创建标签。

  • only used in datagen

    仅在 datagen 中使用。

2023-08-14
  • VeryAbstractFurnaceScreen labels now default to no dropshadow. This matters for SimpleOres mods with custom furnaces, such as Netherrocks and Machines.

    VeryAbstractFurnaceScreen 标签默认为没有掉落阴影。这个对于有着自定义熔炉的简单矿石模组很重要,例如下界岩和一些机器。

2023-07-24
  • hid Creative tab full of test objects.

    隐藏了充满测试内容的创造模式物品栏。

2023-07-19
  • initial port to 1.20.1

    初步移植至 1.20.1 版本。

你已经到达了世界的尽头..
新建2022-09-01
  • ClientUtils methods needed to use RandomSource instead of Random.

    ClientUtils 方法需要使用 RandomSource 而不是 Random。

2022-08-11
  • 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 支持,即特殊熔炉、特殊燃料等。

2022-08-07
  • port to 1.19.2

    移植到 1.19.2 版本。

你已经到达了世界的尽头..
新建2022-09-01
  • ClientUtils methods needed to use RandomSource instead of Random.

    ClientUtils 方法需要使用 RandomSource 而不是 Random。

2022-08-07
  • internal reorganization; last planned 1.19 version.

    内部重组;1.19 的最后一个计划版本。

2022-07-24
  • suddenly, my fancy modded pressure plates have tooltips explaining what triggers them.

    突然间,我(即作者)想要给压力板添加工具提示,以解释是什么触发了它们。

2022-07-24
  • initial port to 1.19.

    1.19 的初始版本。

  • tested in development.

    在开发中测试


你已经到达了世界的尽头..
新建2022-05-20
  • Attempt to fix the broken bow animation. Will require fixes to bow code in individual mods to avoid ConcurrentModificationExceptions.

    尝试修复损坏的弓的动画。需要修复各个 Mod 中的弓代码,以避免 ConcurrentModificationException 。

2022-05-19
  • 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 方法更容易编写。

2022-05-07
  • 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 中的门复制问题。

2022-04-28
  • (hopefully) final improvement in support classes and methods for custom pressure plates.

    (希望)最终改进压力板的支持类和方法。

  • will be needed for SimpleOres2 1.18.2-4.1.2.0 and later.

    简单矿石 1.18.2-4.1.2.0 或更高版本需求此模组。

2022-04-27
  • added more settings to the MultifunctionPressurePlateBlock class, to be used in the near future with SimpleOres pressure_plates.

    向 MultifunctionPressurePlateBlock 类中添加了更多设置,为了给将来的简单矿石 pressure_plates (压力板)使用。

2022-04-26
  • added support for future exotic pressure plates.

    增加了对未来(即将加入的)奇特的压力板的支持。

2022-04-24
  • 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.

    添加了更多的测试工具。你可以在配置文件中关掉它们,除非你想试一试测试物品和测试矿石;当然我(即作者)不会对这些工具可能造成的后果负责。

2022-04-19
  • rewrites some JEI support classes that will be required by other mods not yet ported, such as Netherrocks, Fusion, etc.

    重写了其他模组(例如Netherrocks、Fusion等等)可能需要的 JEI 支持类。

  • breaking change; however, newest SimpleOres2 works with either this or the previous version.

    重大更新,但是最新版本的简单矿石在该版本和更早版本下都可以使用。

2022-03-11
  • initial port to 1.18.2

    1.18.2的初始版本。

你已经到达了世界的尽头..
新建2022-02-18
  • 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的最终版本。

2022-02-12
  • fixed inventory overflow with mod furnaces. This version or later will be required for Netherrocks, Machines, and Fusion.

    修复了模组熔炉的缓存溢出问题。Netherrocks 、Machines 和 Fusion 都需要此版本或更高版本。

2022-02-11
  • fixed some datagen classes which were calling the wrong parents. Does not affect existing mods, needed for fixes to SimpleOres2.

    修复了一些 datagen 类调用错误的父类。不影响现有MOD,简单矿石需要此版本以修复某些问题。

2022-01-23
  • initial port to 1.18.1

    1.18.1的初始版本。

  • includes revised and updated OreGenUtils methods, because 1.18.1 changed ore generation. Again. 

    包括修正和更新 OreGenUtils 方法,因为1.18.1更改了矿石的生成。再一次。

你已经到达了世界的尽头..
新建2022-01-12
3.0.5.3-final
  • dependent mod really hate parsing versions with 'final' embedded in the middle. They expect it on the end. Rebuilt to fix this.

    前置真的讨厌在中间嵌入“final”的解析版本,它希望放在末尾。 重建以解决此问题。

2021-12-18
3.0.5-final.2
  • No changes.

    没有改动。

  • final release for 1.17.1

    1.17.1的最终版本。

2021-09-11
  • added handler for slab loot tables.

    添加了台阶战利品表的处理。

  • this version or later REQUIRED for all SimpleOres add-ons that add slabs.

    所有添加了台阶的 SimpleOres add-ons 都需要 此版本或更高的版本。

2021-09-04
  • (internal) deprecated SimpleShearsItem; future add-ons will use ShearsItem.

    (内部)不推荐的 SimpleShareSitem ;未来的 add-ons 将使用 ShearsItem。

2021-08-29
  • 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

    从工作台合成表中分离出切石机的合成。

2021-08-28
  • 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 的未来版本以及任何含有装饰性内容(栅栏、门、台阶、砖块、楼梯)的未来版本都需要此版本。

2021-08-22
  • 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之后的版本首选此版本或更高版本。

2021-08-20
  • fixed some class access issues with VeryAbstractFurnaceTileEntity class.

    修复了 VeryAbstractFurnaceTileEntity 类的一些类访问问题。

  • fixed unnecessary (empty) mining tags being created.

    修复了创建不必要(空)挖掘标记。

  • This version or later REQUIRED for Machines, Netherrocks.

    Machines 和 Netherrocks 需要此版本或更高版本。

2021-08-14
  • initial port to 1.17.1. Will be required for SimpleOres and all add-ons.

    1.17.1的初始版本。SimpleOres 和其他所有 add-ons 都需要。

你已经到达了世界的尽头..
新建2021-08-04
2.0.8.22
  • fixed incorrect initialization of smelting time in mod furnaces (this applies to Netherrocks & Machines)

    修复了模组熔炉熔炼时间初始化的错误(适用于 Netherrocks 和 Machines)。

  • This version or later required for updated versions of Netherrocks & Machines.

    更新版本的 Netherrocks 和 Machines 需要此版本或更高版本。

你已经到达了世界的尽头..
新建2020-11-08
  • updated for 1.16.4.

    更新到1.16.4

你已经到达了世界的尽头..
新建2020-10-14
  • added some utility functions.

    添加了一些实用功能。

  • required for new SimpleOres 1.16.3-2.3.1.0 and later.

    SimpleOres 1.16.3-2.3.1.0 或更高版本的前置。

你已经到达了世界的尽头..
新建2018-10-20
  • fix for SimpleOres2 issue #13, tipped and other special arrows not depleting when using Infinity enchantment.

    修复了 issue #13:弓附有无限附魔时射出药箭或其他箭不会消耗箭矢。

  • fix for SimpleDoor items crashing servers in MP server setups.

    修复了 SimpleDoor 物品在 MP 服务器设置中使服务器崩溃的问题。

你已经到达了世界的尽头..
新建2017-10-27
  • fixed simple ores bows not firing in survival mode.

    修复了弓在生存模式中不能射箭的问题。

你已经到达了世界的尽头..
新建2017-04-09
  • 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 互动时崩溃。

2016-11-19
1.3.15.1
  • fixed SimpleTileEntityFurnace to work with automation, both capability-based and ISidedInventory-based.

    修复了 SimpleTileEntityFurnace 自动工作的问题,同样的还有 capability-based 和 ISidedInventory-based。

你已经到达了世界的尽头..
新建2016-07-09
  • rebuild with corrected build options.

    使用正确的构建选项重建。

你已经到达了世界的尽头..
新建2015-08-20
  • 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 中所有弓的缩放效果。

你已经到达了世界的尽头..
新建2016-04-09
  • updated file that update checker looks for.

    升级了更新检查器查找的文件夹。

  • removed corrupted Russian language file.

    移除了损坏的俄语文件。

  • cleaned up Java warnings.

    清楚 Java 警告。

2015-03-20
  • 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的更新,从而消除之前系统中出现的游戏暂停情况。

你已经到达了世界的尽头..