添加氪石配方
All checks were successful
Deploy to Remote Server / deploy (push) Successful in 3m58s

This commit is contained in:
叁玖领域 2026-06-01 12:05:01 +08:00
parent 9ebbb8665a
commit 0f8ccf2ed3
2 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,10 @@
## 更新日志 ## 更新日志
2026/06/01 - 4次 v1.1.0
* 给氪石添加MEK配方
2026/06/01 - 3次 v1.0.9 2026/06/01 - 3次 v1.0.9
* 移除工业平台空岛内部光源方块 * 移除工业平台空岛内部光源方块

View File

@ -0,0 +1,7 @@
ServerEvents.recipes(event => {
event.recipes.mekanism.metallurgic_infusing(
'mekanism:fluorite_gem',
'minecraft:quartz',
{ infuse_type: 'mekanism:redstone', amount: 10 }
)
})