allow-nethor -> allow-nether

This commit is contained in:
Charlotte 🦝 Delenk 2022-02-20 09:59:53 +01:00
parent ebb20c7a5f
commit 87b4f10b91
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -447,7 +447,7 @@ in
};
config = mkIf cfg.enable {
services.minecraft.properties.extraConfig = with cfg.properties; lib.mkDefault {
inherit allow-flight allow-nethor broadcast-console-to-ops broadcast-rcon-to-ops;
inherit allow-flight allow-nether broadcast-console-to-ops broadcast-rcon-to-ops;
inherit difficulty enable-command-block enable-jmx-monitoring enable-rcon sync-chunk-writes;
inherit enable-status enable-query entity-broadcast-range-percentage force-gamemode;
inherit function-permission-level gamemode generate-structures generator-settings hardcore;