allow warp
This commit is contained in:
parent
76c5eac7af
commit
8942065ac8
@ -45,7 +45,7 @@
|
||||
|
||||
[warp_portals]
|
||||
#Enable warp portals?
|
||||
enableWarpPortals = false
|
||||
enableWarpPortals = true
|
||||
|
||||
#Beta Features
|
||||
[beta]
|
||||
|
||||
@ -26,7 +26,7 @@ hash = "93d329f4856d0041b94db2bba6d3a73fce420774be07b51d0fd05400ef22ca75"
|
||||
|
||||
[[files]]
|
||||
file = "config/ars_nouveau-server.toml"
|
||||
hash = "da8cdc3b43e0cdf585a22ffb1f6e0ccab34bbb3552008b07857433349852d332"
|
||||
hash = "bb55ffdda2646040992732befd7d7ec1cfb093a2e1b9f60234e5259413ed5728"
|
||||
|
||||
[[files]]
|
||||
file = "config/backupbeds-common.toml"
|
||||
@ -485,10 +485,6 @@ hash = "b924cce60287463de56d7e471bbb58f6ff74be1100cc57cae5c258d5b48eb5df"
|
||||
file = "kubejs/client_scripts/ars_nouveau_remove_client.js"
|
||||
hash = "0dd80e31efcb3c53e3a150ca7cf6c9de9cbefcc19613958dec743205bd647006"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/server_scripts/ars_nouveau_remove.js"
|
||||
hash = "02186858dba534fe236aa03ac704144781ee2f00070e10219f1b04f6c8f4b1dd"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/server_scripts/flowers.js"
|
||||
hash = "0549f7d9b5e121b9ece89f1f222fd7f1ac82f6fbd417c1db598ebbcaad577036"
|
||||
|
||||
@ -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");
|
||||
});
|
||||
Loading…
x
Reference in New Issue
Block a user