11 lines
217 B
JavaScript
11 lines
217 B
JavaScript
// priority: 0
|
|
|
|
|
|
ServerEvents.recipes((e) => {
|
|
e.remove({ output: "ars_nouveau:stable_warp_scroll" });
|
|
});
|
|
|
|
LootJS.modifiers((e) => {
|
|
e.addLootTableModifier(/.*/).removeLoot("ars_nouveau:stable_warp_scroll");
|
|
});
|