4 lines
136 B
JavaScript
4 lines
136 B
JavaScript
/** Removes recipes that are the same in both normal and hardmode, but shouldn't exist in Expert */
|
|
|
|
ServerEvents.recipes(event => {
|
|
})
|