5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
ServerEvents.recipes(e => {
|
|
// 暂时先这么搞?
|
|
e.remove({ mod: "cobblefordays" })
|
|
})
|