mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(minecraft): beta apis
This commit is contained in:
parent
c7e2d6492c
commit
83d9ae0057
2 changed files with 52 additions and 45 deletions
|
|
@ -8,16 +8,17 @@ in {
|
|||
server-name = "Kat's Server";
|
||||
online-mode = true;
|
||||
#allow-cheats = true;
|
||||
level-name = "KatBedrock";
|
||||
#level-name = "KatBedrock";
|
||||
level-name = "KatBedrockBeta";
|
||||
default-player-permission-level = "visitor";
|
||||
};
|
||||
packs = let
|
||||
addons = pkgs.minecraft-bedrock-addons;
|
||||
in {
|
||||
#tree-capitator-bp.package = addons.true-tree-capitator-bp;
|
||||
#tree-capitator-rp.package = addons.true-tree-capitator-rp;
|
||||
tree-capitator-bh.package = addons.definitive-tree-capitator-bh;
|
||||
tree-capitator-rs.package = addons.definitive-tree-capitator-rs;
|
||||
tree-capitator-bp.package = addons.true-tree-capitator-bp;
|
||||
tree-capitator-rp.package = addons.true-tree-capitator-rp;
|
||||
#tree-capitator-bh.package = addons.definitive-tree-capitator-bh;
|
||||
#tree-capitator-rs.package = addons.definitive-tree-capitator-rs;
|
||||
};
|
||||
allowPlayers = let
|
||||
base = 2535420000000000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue