⬆️ 更新Waystones的配置.
This commit is contained in:
@@ -20,7 +20,7 @@ preferJourneyMapIntegrationMod = true
|
|||||||
[general]
|
[general]
|
||||||
|
|
||||||
# Add "GLOBAL" to allow every player to create global waystones.
|
# Add "GLOBAL" to allow every player to create global waystones.
|
||||||
allowedVisibilities = [ ]
|
allowedVisibilities = [ "GLOBAL" ]
|
||||||
|
|
||||||
# Set to "GLOBAL" to have newly placed or found waystones be global by default.
|
# Set to "GLOBAL" to have newly placed or found waystones be global by default.
|
||||||
defaultVisibility = "GLOBAL"
|
defaultVisibility = "GLOBAL"
|
||||||
@@ -97,13 +97,13 @@ nameGenerationPresets = [ ]
|
|||||||
nameGenerationTemplate = "{MrPork}"
|
nameGenerationTemplate = "{MrPork}"
|
||||||
|
|
||||||
# Set to REGULAR to have waystones spawn in some villages. Set to FREQUENT to have waystones spawn in most villages. Set to DISABLED to disable waystone generation in villages. Waystones will only spawn in vanilla or supported villages.
|
# Set to REGULAR to have waystones spawn in some villages. Set to FREQUENT to have waystones spawn in most villages. Set to DISABLED to disable waystone generation in villages. Waystones will only spawn in vanilla or supported villages.
|
||||||
spawnInVillages = "FREQUENT"
|
spawnInVillages = "REGULAR"
|
||||||
|
|
||||||
# Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in.
|
# Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in.
|
||||||
wildWaystoneStyle = "BIOME"
|
wildWaystoneStyle = "BIOME"
|
||||||
|
|
||||||
# List of dimensions that wild waystones are allowed to spawn in. If left empty, all dimensions except those in wildWaystonesDimensionDenyList are used.
|
# List of dimensions that wild waystones are allowed to spawn in. If left empty, all dimensions except those in wildWaystonesDimensionDenyList are used.
|
||||||
wildWaystonesDimensionAllowList = [ "minecraft:the_end", "minecraft:the_nether", "minecraft:overworld" ]
|
wildWaystonesDimensionAllowList = [ "minecraft:the_nether", "minecraft:overworld", "minecraft:the_end" ]
|
||||||
|
|
||||||
# List of dimensions that wild waystones are not allowed to spawn in. Only used if wildWaystonesDimensionAllowList is empty.
|
# List of dimensions that wild waystones are not allowed to spawn in. Only used if wildWaystonesDimensionAllowList is empty.
|
||||||
wildWaystonesDimensionDenyList = [ ]
|
wildWaystonesDimensionDenyList = [ ]
|
||||||
|
|||||||
Reference in New Issue
Block a user