11,455 Commits over 3,561 Days - 0.13cph!
Composter tick rate is now 5 minutes instead of 15
Delete duplicate composter icon
Increased dung rate to 3 DPH
Added nonPlanterDeathChancePerTick server convar to give plants not planted in a planter a chance to die each tick.
Added useMinimumPlantCondition server convar to toggle overall quality calculation method
Hardiness gene now also contributes to water condition
Dropped items with genetics now only combine if they have matching genetics
made a bunch more items compostable
Lowered water intake amounts
added potato clone icon, unhid clone items.
Changed menu option order for cloning
Switched to new crossbreed effect.
No longer encode genes to seeds or produce.
Set the fertilizer item world model to the default.
Increased composter cull distance
Don't show plant info UI if holding an item classed as hostile
plant tick rate is now a replicated var.
show plant water intake rate as "x per x sec"
Added AlwaysShowCrossHair() to BaseEntity, if true the crosshair will appear even if there are no menu items or interactions for the entity. (unlike the existing NeedsCrosshair()). Enabled it for growables.
Revert the in-place sort change because I remembered the original order is important
Removed a redundant quality calc when loading from saves
Avoid an unnecessary network update when loading from a save.
merge the merge test branch (mmtest) back to farming2
in-place array sort, simplified an as check.
Remove unused stringbuilder