This commit is contained in:
parent
9ebbb8665a
commit
0f8ccf2ed3
|
|
@ -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
|
||||||
|
|
||||||
* 移除工业平台空岛内部光源方块
|
* 移除工业平台空岛内部光源方块
|
||||||
|
|
|
||||||
7
packet/kubejs/server_scripts/add_recipe.js
Normal file
7
packet/kubejs/server_scripts/add_recipe.js
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
ServerEvents.recipes(event => {
|
||||||
|
event.recipes.mekanism.metallurgic_infusing(
|
||||||
|
'mekanism:fluorite_gem',
|
||||||
|
'minecraft:quartz',
|
||||||
|
{ infuse_type: 'mekanism:redstone', amount: 10 }
|
||||||
|
)
|
||||||
|
})
|
||||||
Loading…
Reference in New Issue
Block a user