allow warp

This commit is contained in:
Mateusz Słodkowicz 2025-11-16 14:58:48 +01:00
parent 76c5eac7af
commit 8942065ac8
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
4 changed files with 3 additions and 17 deletions

View File

@ -45,7 +45,7 @@
[warp_portals] [warp_portals]
#Enable warp portals? #Enable warp portals?
enableWarpPortals = false enableWarpPortals = true
#Beta Features #Beta Features
[beta] [beta]

View File

@ -26,7 +26,7 @@ hash = "93d329f4856d0041b94db2bba6d3a73fce420774be07b51d0fd05400ef22ca75"
[[files]] [[files]]
file = "config/ars_nouveau-server.toml" file = "config/ars_nouveau-server.toml"
hash = "da8cdc3b43e0cdf585a22ffb1f6e0ccab34bbb3552008b07857433349852d332" hash = "bb55ffdda2646040992732befd7d7ec1cfb093a2e1b9f60234e5259413ed5728"
[[files]] [[files]]
file = "config/backupbeds-common.toml" file = "config/backupbeds-common.toml"
@ -485,10 +485,6 @@ hash = "b924cce60287463de56d7e471bbb58f6ff74be1100cc57cae5c258d5b48eb5df"
file = "kubejs/client_scripts/ars_nouveau_remove_client.js" file = "kubejs/client_scripts/ars_nouveau_remove_client.js"
hash = "0dd80e31efcb3c53e3a150ca7cf6c9de9cbefcc19613958dec743205bd647006" hash = "0dd80e31efcb3c53e3a150ca7cf6c9de9cbefcc19613958dec743205bd647006"
[[files]]
file = "kubejs/server_scripts/ars_nouveau_remove.js"
hash = "02186858dba534fe236aa03ac704144781ee2f00070e10219f1b04f6c8f4b1dd"
[[files]] [[files]]
file = "kubejs/server_scripts/flowers.js" file = "kubejs/server_scripts/flowers.js"
hash = "0549f7d9b5e121b9ece89f1f222fd7f1ac82f6fbd417c1db598ebbcaad577036" hash = "0549f7d9b5e121b9ece89f1f222fd7f1ac82f6fbd417c1db598ebbcaad577036"

View File

@ -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");
});

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "99a2019d82aa54ddd0558f4681844e9b559083b487903ebaf38163b4ad31b586" hash = "7fa0b1b7f41e72e544af1d8905c37f408540b028440b3912c32aac21129fd9e3"
[versions] [versions]
forge = "47.4.8" forge = "47.4.8"