[Drops] ## Percent chance (0-100) for a regular monster to drop a random blueprint on death. # Setting type: Single # Default value: 1 MobDropChance = 1 ## Percent chance (0-100) for a boss to drop a random blueprint on death. # Setting type: Single # Default value: 10 BossDropChance = 10 [General] ## Master toggle for the mod. # Setting type: Boolean # Default value: true Enabled = true ## Comma-separated prefab names that should NEVER be converted to blueprints, even if modded. Use trailing * for prefix match (e.g., 'woodfrozen_beam*' matches woodfrozen_beam, woodfrozen_beam2, etc.). Use leading * for suffix match (e.g., '*_bench' matches iron_bench, wood_bench, etc.). # Setting type: String # Default value: piece_aurora_sacrificial_altar,woodfrozen_beam* ExcludePrefabs = piece_aurora_sacrificial_altar,woodfrozen_beam* [Protection] ## Server password required to run Aurora Blueprints on a dedicated server. Leave as-is on game clients — this check is ignored there. # Setting type: String # Default value: enter_password_here password = enter_password_here