3 lines
121 B
JavaScript
3 lines
121 B
JavaScript
MoreJSEvents.registerPotionBrewing(event => {
|
|
event.removeByPotion(null, "minecraft:popped_chorus_fruit", null);
|
|
}) |