Some checks failed
Deploy to Remote Server / deploy (push) Failing after 1m11s
6 lines
193 B
JavaScript
6 lines
193 B
JavaScript
BlockEvents.rightClicked("create_connected:fluid_vessel", e => {
|
|
let item = e.player.mainHandItem
|
|
if (item.id == "createdieselgenerators:distillation_controller")
|
|
e.cancel()
|
|
})
|