7 lines
269 B
Plaintext
7 lines
269 B
Plaintext
|
ServerEvents.recipes(event => {
|
||
|
//event.remove({output: '',not:{mod:'kubejs'}})
|
||
|
//event.remove({id: ''})
|
||
|
//event.remove({input: ''})
|
||
|
//event.custom()
|
||
|
event.replaceOutput({output:'vs_clockwork:redstone_resistor'}, 'minecraft:redstone','kubejs:differential')
|
||
|
})
|