Private
Public Access
1
0

rename Min/MaxTemperatureGrowth to TemperatureMinimum/Optimal

This commit is contained in:
2026-05-25 09:21:35 +02:00
parent d7ca3f8e99
commit c5d34ec1b5
10 changed files with 76 additions and 31 deletions

View File

@@ -112,8 +112,8 @@
"config-desc-WinterHardMode": "Enables winter hard mode for additional winter mechanics.",
"config-desc-WinterDailyBeeDeathsWithoutFood": "Extra daily bee deaths in winter when there are no filled/feed frames. Works only with WinterHardMode enabled.",
"config-desc-WinterFoodConsumptionMultiplier": "Winter food consumption multiplier (0-1). From 10C to 0C this effect ramps up in reverse relative to honey production; below 0C it stays at max. Works only with WinterHardMode enabled.",
"config-desc-MinTemperatureGrowth": "Temperature at which bee growth and honey production stops.",
"config-desc-MaxTemperatureGrowth": "Temperature at which bee growth and honey production reaches maximum.",
"config-desc-TemperatureMinimum": "Temperature at which bee growth and honey production stops.",
"config-desc-TemperatureOptimal": "Temperature at which bee growth and honey production reaches maximum.",
"config-desc-GreenhouseAffectsBeehive": "Whether greenhouses give 5C temperature boost to the beehive.",
"config-desc-BeesPerParticle": "Number of bees represented by each particle group. If this is 1000, there are 5000 bees in a beehive, then the beehive will spawn at most 5 particles.",
"config-desc-BeehiveAlwaysSpawnNumberOfBees": "Will spawn this amount of bees per beehive block, regardless of their population.",
@@ -128,7 +128,7 @@
"blockhelp-beehive-enable-swarm": "Enable swarming",
"blockhelp-beehive-disable-swarm": "Disable swarming",
"config-desc-EnableSwarms": "Whether beehives can produce swarms.",
"config-desc-PreSwarmDurationHours": "Duration in hours for bees to build up their swarm urge (0 to 100%). Progress only increases at MaxTemperatureGrowth or higher; otherwise it decreases.",
"config-desc-PreSwarmDurationHours": "Duration in hours for bees to build up their swarm urge (0 to 100%). Progress only increases at TemperatureOptimal or higher; otherwise it decreases.",
"config-desc-SwarmSettingAfterPlacing": "Whether a newly placed beehive has swarming enabled or disabled. Can be changed with a wrench.",
"setpopulation-desc": "Set bee population of the beehive block you are currently looking at.",
"debugunload-desc": "Enable or disable unload catch-up debug messages in server chat.",