allow warp

This commit is contained in:
2025-11-16 14:58:48 +01:00
parent 76c5eac7af
commit 8942065ac8
4 changed files with 3 additions and 17 deletions
@@ -1,10 +0,0 @@
// priority: 0
ServerEvents.recipes((e) => {
e.remove({ output: "ars_nouveau:stable_warp_scroll" });
});
LootJS.modifiers((e) => {
e.addLootTableModifier(/.*/).removeLoot("ars_nouveau:stable_warp_scroll");
});