Skip to content

Commit

Permalink
Rename icon. Serverconfig description
Browse files Browse the repository at this point in the history
  • Loading branch information
iron431 committed Jun 26, 2023
1 parent 2186b03 commit 0c0783c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class ServerConfigs {
BUILDER.pop();

BUILDER.push("Worldgen");
BUILDER.comment("The weight of the priest house spawning in a village.");
BUILDER.comment("The weight of the priest house spawning in a village. Default: 4");
PRIEST_TOWER_SPAWNRATE = BUILDER.define("priestHouseWeight", 4);
BUILDER.pop();
//IronsSpellbooks.LOGGER.debug("CFG: static");
Expand Down

0 comments on commit 0c0783c

Please sign in to comment.